ASA183 is a MATLAB library which implements a pseudorandom number generator, by Wichman and Hill.
ASA183 is Applied Statistics Algorithm 183. Source code for many Applied Statistics Algorithms is available through STATLIB.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
ASA183 is available in a C version and a C++ version and a FORTRAN77 version and a FORTRAN90 version and a MATLAB version
HALTON, a MATLAB library which computes elements of a Halton quasirandom sequence.
MATLAB_RANDOM, MATLAB programs which illustrate the use of Matlab's random number generators.
NORMAL, a MATLAB library which computes elements of a sequence of pseudorandom normally distributed values.
UNIFORM, a MATLAB library which computes elements of a sequence of pseudorandom uniformly distributed values.
VAN_DER_CORPUT, a MATLAB library which computes elements of a van der Corput quasirandom sequence.
Original FORTRAN77 version by Brian Wichman and David Hill; Matlab version by John Burkardt.
You can go up one level to the MATLAB source codes.