Originally Posted by
Dorotheus
Computers can't generate true random numbers. What they do is take a seed number apply a formula to it and then use the result or part of it as a new seed number.
Here's a simple one you can try with your calculator called Cos56. Pick a number from 0 to 99, this is your seed. Do COS seed on your calculator. The 5th and 6th digits of the result are your new seed. Keep repeating the process for a series of seeds. Now if the seed is less than 45 you have a fast mine. 45 and above a slow mine. Now comes the important bit, have a friend say Geo every now and then. When they say Geo you look at the the seed number and say Fast or Slow.
On the server that seed number is being changed many times a second, using a formula more complex than the simple Cos56 above. Lets just say for the sake of argument 50 times a second. That's 4320000 times a day. If your sending your geo's out 6 times a day your taking a 1 in 720000 sample of the result, that's a very low sample rate to be using for statistical analysis.