posted 17 years ago
One could argue that computers do NOT generate random numbers, but PSEUDO random numbers.
there is a defined algorithm for generating the number. If i knew what that algorithm is, and had the proper information, i could tell you exactly what the next numbe would be. therefore, it is not random.
however, most people do not have access to that information, so it works well enough - it simulates a Random Number Generator.
There are only two hard things in computer science: cache invalidation, naming things, and off-by-one errors