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 |
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.