ASA183
Wichman-Hill Random Number Generato


ASA183 is a MATLAB library which implements the Wichman-Hill random number generator, as well as a similar generator by L'Ecuyer.

ASA183 is Applied Statistics Algorithm 183. Source code for many Applied Statistics Algorithms is available through STATLIB.

Related Data and Programs:

ASA183 is available in a C version and a C++ version and a FORTRAN77 version and a FORTRAN90 version and a MATLAB version

HALTON is a FORTRAN90 library of routines which computes elements of a Halton quasirandom sequence.

NORMAL is a FORTRAN90 library which computes elements of a sequence of pseudorandom normally distributed values.

UNIFORM is a FORTRAN90 library which computes elements of a sequence of pseudorandom uniformly distributed values.

VAN_DER_CORPUT is a FORTRAN90 library of routines which computes elements of a van der Corput quasirandom sequence.

Reference:

  1. Pierre LEcuyer,
    Efficient and Portable Combined Random Number Generators,
    Communications of the ACM,
    Volume 31, Number 6, June 1988, pages 742-751.
  2. Brian Wichmann, David Hill,
    Algorithm AS 183: An Efficient and Portable Pseudo-random Number Generator,
    Applied Statistics,
    Volume 31, Number 2, 1982, pages 188-190.

Source Code:

Examples and Tests:

You can go up one level to the MATLAB source codes.


Last revised on 08 July 2008.