Intuitively, random numbers come from large physical systems whose size implies that different atoms act (decay) independently, e.g. observed time of decay of radioactive particle is a random number.
|
Computers generate "pseudo random numbers"
-
For instance, with the sequence
|
xn+1 = (axn + c) mod m
-
where certain choices of a, c, m are good.
|
See Knuth1 or Numerical Recipes2.
|
1) Knuth, D.E., "Seminumerical Algorithms "Vol. 2, The Art of Computer Programming, Addison-Wesley Publishing Co.1969
|
2) Flannery,B.P., Press,W.H., Teukolsky,S.A., Vetterling,W.T., "Numerical Recipes in Fortran", The Art of Scientific Computing, Cambridge University Press 1992
|