| ??? 12/19/07 03:03 Read: times |
#148484 - Radomness Responding to: ???'s previous message |
Random or Pseudo-random. Random is anything goes. It over time will have even distribution. but you can get a sequence of 1,2,3,4,5,6 or 9, 9, 9, 9, 9 it is still random.
Pseudo-random sequences can repeat. The various methods have even distribution. They will repeat over time. Given the same seed they will give the same numbers. A Book on probability and statistics should have the math (or Google) |



