I was wondering if there are neural networks or genetic algorithms which could approximate a random number generation sequence?
Example - Input:
5 5 6 6 1 1 3 3 6 1 1 1 3 2 3 5 1 1 4 5 8 9 8 9 3 1 4 3 1 3 5 5 4 9 9 4 9 4 6 1 3 1
Simulation - Output:
5 5 8 6 1 5 3 3 1 1 1 5 3 2 1 5 1 1 3 5 8 0 8 9 3 1 4 2 1 3 5 5 4 9 5 4 9 4 2 1 3 1
I think what you are looking for is a Time Series Analysis.