B |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
In principle, the best way to obtain a series of random
numbers
{x1 , x2 , x3 , ... xn} is to use some process in nature:
|
This of course is not very efficient. Therefore computer algorithms have been developed.
Q: How can we possibly hope to get a computer program to do anything random?
A : With a random number generator.