B prev next
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

<< RANDOM NUMBER GENERATORS >>

A Random Number Generator is a computer sub-program that produce squence of random numbers.

Today, all computer languages contain a mechanism for producing a squence of random numbers which are uniformly distributed in [0,1].

These should really be termed pseudo-random numbers, because for each run, you will obtain same squence of random numbers for the same seed.



You can download the source of computer programs from: rng.f90 | rng.c