
Originally Posted by
VeloZer0
One of those things where you remember when it happens, but don't remember all the much more numerous times it doesn't. As krissy said there is no such thing as random number generation for a computer. It either takes a seed and uses an equation to give a psudo-random number, or has a pre-determined list of random numbers and uses the seed to pick from among them. Either way the result is perfectly predictable as long as you know the seed.
I only have a rudimentary knowledge of computer science, but I think the most common seed is a very precise reading of the time, something like thousandths of a second. At this level it is essentially a random number to begin with.