LATIN_RANDOM is a C++ library which makes Latin Random Squares.
A Latin square is a selection of one point from each row and column of a square matrix or table. In M dimensions, the corresponding item is a set of N points, where, in each dimension, there is exactly one point whose coordinates are in a given "column" or range of values. To emphasize the use of higher dimensions, these objects are sometimes called Latin hypersquares.
A Latin Random Square (I just made up this name) is a set of N points, where one point is taken at random from each of the subsquares of a Latin Square. These points may be regarded as an M dimensional quasirandom pointset.
Here is an image of a Latin random grid with spatial dimension M = 2 and number of points N = 10.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
CVT is a C++ library which computes points in a Centroidal Voronoi Tessellation.
FAURE is a C++ library which computes Faure sequences.
GRID is a C++ library which computes points on a grid.
HALTON is a C++ library which computes Halton sequences.
HAMMERSLEY is a C++ library which computes Hammersley sequences.
HEX_GRID is a C++ library which computes sets of points in a 2D hexagonal grid.
IHS is a C++ library which computes improved Latin Hypercube datasets.
LATIN_CENTER is a C++ library which computes 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 available in a C++ version and a FORTRAN90 version and a MATLAB version.
NIEDERREITER2 is a C++ library which computes Niederreiter sequences with base 2.
NORMAL is a C++ library which computes elements of a sequence of pseudorandom normally distributed values.
SOBOL is a C++ library which computes Sobol sequences.
UNIFORM is a C++ library which computes uniform random values.
VAN_DER_CORPUT is a C++ library which computes van der Corput sequences.
You can go up one level to the C++ source codes.