asa183, a Fortran77 code which implements a random number generator (RNG), by Wichman and Hill.
This is a version of Applied Statistics Algorithm 183.
The information on this web page is distributed under the MIT license.
asa183 is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version and a Python version.
NORMAL, a Fortran77 library which computes elements of a sequence of pseudorandom normally distributed values.
RNGLIB, a Fortran77 library which implements a random number generator (RNG) with splitting facilities, allowing multiple independent streams to be computed, by L'Ecuyer and Cote.
UNIFORM, a Fortran77 library which computes elements of a sequence of pseudorandom uniformly distributed values.
Original Fortran77 version by Brian Wichman and David Hill; This version by John Burkardt.