next up previous contents
Next: Generation of Random Numbers Up: Monte Carlo method and Previous: Overview   Contents

About random numbers

All random number generators are based upon specific mathematical algorithms, which are repeatable and sequential. As such, the numbers are just pseudorandom. Here, for simplicity, we shall term them just ``random'' numbers, subject to this realization. Formally,

In cecile, we use `pseudorandom' numbers based on linear congruential generators. Below you will find the test of that generators and some conclusions.


next up previous contents
Next: Generation of Random Numbers Up: Monte Carlo method and Previous: Overview   Contents
Amaury LATAILLADE 2002-11-04