asa183, a Python 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.
halton, a Python code which computes elements of a Halton Quasi Monte Carlo (QMC) sequence, using a simple interface.
normal, a Python code which computes elements of a sequence of pseudorandom normally distributed values.
randlc, a Python code which implements a random number generator (RNG) used by the NAS Benchmark codes.
random_data, a Python code which uses a random number generator (RNG) to sample points corresponding to various probability density functions (PDF's), spatial dimensions, and geometries, including the M-dimensional cube, ellipsoid, simplex and sphere.
rnglib, a Python 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 Python code which computes elements of a sequence of pseudorandom uniformly distributed values.
van_der_corput, a Python code which computes elements of a 1D van der Corput Quasi Monte Carlo (QMC) sequence using a simple interface.