f90_random_test, a Fortran90 code which calls the Fortran90 random number generator (RNG) routines.
The information on this web page is distributed under the MIT license.
f90_random_test 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.
asa183, a Fortran90 code which implements a random number generator (RNG), by Wichman and Hill. This is a version of Applied Statistics Algorithm 183.
f90_stop_test, a Fortran90 code which illustrates how a Fortran90 code can print a text message or return a numeric code status value to the calling environment when executing the STOP statement.
normal, a Fortran90 code which computes elements of a sequence of pseudorandom normally distributed values.
randlc, a Fortran90 code which generates a sequence of pseudorandom numbers, used by the NAS Benchmark codes.
rnglib, a Fortran90 code 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 code which computes elements of a uniform pseudorandom sequence.