| ??? 12/20/07 19:04 Read: times |
#148560 - Not sure why people have problems with RNG Responding to: ???'s previous message |
I dont quite know why but random number generators seem to be an area of much confusion.It is utterly impossible for any deterministic system,of any type, which means any algorithm that you care to design , to produce truly random numbers
The closest you can get in a pseudo random number generator which will invariably produce a sequence of numbers,however long that sequence maybe, and that sequence will at some point repeat. The only known source of random numbers which are truly random are those which occur in nature such as radioactive decay.why its impossible to produce random numbers by any deterministic method is basically because no matter how random it looks there is always some element of preditablility. |



