Name: Anonymous 2011-01-27 16:56
Is it possible to find the seed value if you have several consecutive pseudo-random values from stdlib's rand()?
I am, some kind of CAPITALIST?
O(n) where n = seedvalue, though many should be doable in something like O(n % k) for some (probably large) k dependent on the exact implementation.