ASA183 is a FORTRAN77 library which implements a random number generator (RNG), by Wichman and Hill.
ASA183 is Applied Statistics Algorithm 183. Source code for many Applied Statistics Algorithms is available through STATLIB.
ASA183 is available in a C version and a C++ version and a FORTRAN77 version and a FORTRAN90 version and a MATLAB version and a Python version.
HALTON, a FORTRAN90 library which computes elements of a Halton quasirandom sequence.
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.
VAN_DER_CORPUT, a FORTRAN90 library which computes elements of a van der Corput quasirandom sequence.
Original FORTRAN77 version by Brian Wichman and David Hill; This FORTRAN77 version by John Burkardt.
You can go up one level to the FORTRAN77 source codes.