February 8th, 2011, 1:16 am
Did you ever come across the problem say you generated a random number sequence with seed X and you generated Y random numbers. Now you want to know the y+1 random number but the random number generator was stopped. Can you determine the seed for the algo to generate the Yth+1 random numbers knowing only X and Y?I know I have solved this problem using sobol sequences but now I wonder if it's true for Mersenne twister?