Forum Discussion
9 years ago
I should have payed more attention in engineering class. A computer cannot create a true random number, only quantum-computers will be able to do that. We even had to build a random number generator in laboratory and check how "random" it is. Thing is, it has a 'sequence' depending on its byte-size, and as soon as it consumes all numbers, the sequence will repeat itself. If I remember well mine was a 4-byte one, so I only had to check 16 occasions x 2 to validate it. I'm sure the game uses a more advanced one, and I'm not sure why I'm writing this because I have no clue how that sequence would affect gameplay. Eheheh.