VAN_DER_CORPUT is a library of C++ routines, using double precision arithmetic, that compute the van der Corput quasirandom sequence.
VAN_DER_CORPUT includes several subroutines to make it easy to manipulate this computation, to compute the next N entries, to compute a particular entry, or to restart the sequence at a particular point.
The NDIM-dimensional Halton sequence is derived from the 1-dimensional van der Corput sequence by using a set of different (usually distinct prime) bases for each dimension, and the Hammersley sequence is derived in almost the same way.
CVT is a C++ library of routines for computing points in a Centroidal Voronoi Tessellation.
FAURE is a C++ library of routines for computing Faure sequences.
GRID is a C++ library of routines for computing points on a grid.
HALTON is a C++ library of routines for computing Halton sequences.
HAMMERSLEY is a C++ library of routines for computing Hammersley sequences.
HEX_GRID is a C++ library of routines for computing sets of points in a 2D hexagonal grid.
IHS is a C++ library of routines for computing improved Latin Hypercube datasets.
LATIN_CENTER is a C++ library of routines for computing Latin square data choosing the center value.
LATIN_EDGE is a C++ library of routines for computing Latin square data choosing the edge value.
LATIN_RANDOM is a C++ library of routines for computing Latin square data choosing a random value in the square.
NIEDERREITER2 is a C++ library of routines for computing Niederreiter sequences with base 2.
NORMAL is a C++ library which computes elements of a sequence of pseudorandom normally distributed values.
SEQUENCE_STREAK_DISPLAY is a MATLAB program that can make a "streak file" of a van der Corput sequence.
SOBOL is a C++ library of routines for computing Sobol sequences.
UNIFORM is a C++ library of routines for computing uniform random values.
VAN_DER_CORPUT is also available in a FORTRAN90 version and a MATLAB version.
VAN_DER_CORPUT is a dataset directory which contains datasets of van der Corput sequences.
You can go up one level to the C++ source codes.