ASA183 is a FORTRAN90 library which implements a random number generator (RNG), by Wichman and Hill.
ASA183 is Applied Statistics Algorithm 183.
ASA183 is available in a C version and a C++ version and a FORTRAN90 version and a MATLAB version and a Python version.
F90_RANDOM, FORTRAN90 programs which illustrate the use of Fortran's random number generator routines.
HALTON, a FORTRAN90 library which computes elements of a Halton quasirandom sequence.
IEEE_UNIFORM_SAMPLE, a FORTRAN90 library which tries to uniformly sample the discrete set of values that represent the legal IEEE real numbers;
NORMAL, a FORTRAN90 library which computes elements of a sequence of pseudorandom normally distributed values.
RANLIB, a FORTRAN90 library which produces random samples from Probability Density Functions (PDF's), including Beta, Chi-square Exponential, F, Gamma, Multivariate normal, Noncentral chi-square, Noncentral F, Univariate normal, random permutations, Real uniform, Binomial, Negative Binomial, Multinomial, Poisson and Integer uniform, by Barry Brown and James Lovato.
RNGLIB, a FORTRAN90 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 FORTRAN90 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; FORTRAN90 version by John Burkardt.
You can go up one level to the FORTRAN90 source codes.