next up previous
Next: References Up: Testing Random Number Previous: Monte Carlo Tests

Recommendations

Never use the default random number generator supplied by the computer vendor without first identifying the algorithm it uses. In many cases the algorithms are very poor and you will have to use another generator.

Always check your results by doing independent runs with different random number generators.

Good pseudo-random number generators:

More work needs to be done on developing and testing parallel random number generators.



Paul Coddington, Northeast Parallel Architectures Center at Syracuse University, paulc@npac.syr.edu