F90_RANDOM is a directory of FORTRAN90 programs which illustrate the use of Fortran's random number generator (RNG) routines.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
F90_RANDOM is available in a C version and a C++ version and a FORTRAN90 version and a MATLAB version.
ASA183, a FORTRAN90 library which implements a random number generator (RNG), by Wichman and Hill. This is a FORTRAN90 version of Applied Statistics Algorithm 183.
NORMAL, a FORTRAN90 library which computes elements of a sequence of pseudorandom normally distributed values.
RANDLC, a FORTRAN90 library which generates a sequence of pseudorandom numbers, used by the NAS Benchmark programs.
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 uniform pseudorandom sequence.
RANDOM_TEST tests the random number routines.
You can go up one level to the FORTRAN90 source codes.