Next: Random Walk Simulation
Up: Random Number Generators
Previous: Method: Linear Congruent Method

Project

Write a simple program to generate random numbers using the linear congruent method (1).

Some source code available in: C, FORTRAN

Two plots showing the importance of which random number generator to use.


Next: Random Walk Simulation
Up: Random Number Generators
Previous: Method: Linear Congruent Method