
'random' number generators is that they work from a 'seed'. Feed the same seed in, you'll get the same next number. Its really a sequence of numbers. This produces random results, because the random number generator is used all over the machine, and no set sequence will appear (ie, the machines won't spin the same sequence of symbols if you put two next to each other).
If you 'freeze' and emulator and go back, you also freeze the random number generator; so it'll do the same thing every time.
This is something an emulator will do, but not the machine.
( ,
Wed 11 Jun 2003, 17:50,
archived)
If you 'freeze' and emulator and go back, you also freeze the random number generator; so it'll do the same thing every time.
This is something an emulator will do, but not the machine.

that's what I was thinking was going on, but the more I think about wether that means the articles right or wrong, the more my brain hurts.
I think I'll go to the pub instead.
( ,
Wed 11 Jun 2003, 17:54,
archived)
I think I'll go to the pub instead.