Quote (Foxic @ Oct 3 2013 01:35am)
Not too sure, what about using network traffic?
flyinggoat addressed that:
Quote (flyinggoat @ Oct 3 2013 12:11am)
Given the same state, they'll always produce the same result.
Of course the key to making a good PRNG is to make it where replicating the state is very difficult. For example imagine a simple video poker machine:
Lets say it gets its pseudo random numbers from sampling the 12th decimal place of the system clock when the user presses the "draw" button. And you've got it worked out that you can get a royal flush on the next hand (from experimenting on an identical system) if you hit the draw button when this digit is 5. And we'll assume you can somehow see the system clock. So you wait for a 5 to get into the place and try to hit the button... I'm sure you can see how hard this is going to be to accomplish...
This post was edited by Azrad on Oct 3 2013 03:09am