Source Code For Programmers who wish to test the randomness of a random number generator Links for Further Research
index
Back to Deley's Homepage

SOURCE CODE AND DISCUSSION OF NEWER & BETTER PORTABLE RANDOM NUMBER GENERATORS

Newer and better portable Random Number Generators have been invented since this paper was written. The following link is to the chapter on new Random Number Generators from the book Numerical Recipes in Fortran 90 Volume 2 of Numerical Recipes in Fortran by William H. Press, et al. This is an excellent book; you should own a copy. Get Adobe Acrobat Reader Requires the free Adobe Acrobat reader which your computer probably already has. If not, click on the icon at left to get it.

Purchase and Download the Numerical Recipies Software at their web site: http://numerical.recipes/


REFERENCES:
NUMERICAL RECIPES: The Art of Scientific Computing
      William H. Press,
    Harvard-Smithsonian Center for Astrophysics
Brian P. Flannery,
EXXON Research and Engineering Company
Saul A. Teukolsky,
Department of Physics, Cornell University
William T. Vetterling,
Polaroid Corporation
Cambridge University Press, 1986
This book contains a wealth of knowledge along with source code examples on how to solve various kinds of programming problems. There are several programming language versions of this book available, including FORTRAN-77, FORTRAN-90, C, C++, Pascal, and BASIC. Machine readable forms in various languages of all the sample routines are also available if you don't want to type the code in yourself. This is an excellent book; you should own a copy.
Click here to search Amazon.com for this and similar books.
Also see their web site at: http://numerical.recipes/

Source Code For Programmers who wish to test the randomness of a random number generator Links for Further Research
index
Back to Deley's Homepage