LATIN_CENTER_DATASET is a FORTRAN90 program which creates a Latin Center Square dataset.
A Latin square, in M dimensional space, with N points, can be thought of as being constructed by dividing each of the M coordinate dimensions into N equal intervals. The I-th coordinates of the N subsquares are defined by assigning each possible value exactly once to one subsquare. Such a set is called a Latin Square.
If we now select the center point of each subsquare, we have what we will term a "Latin Center Square".
latin_center_dataset m n seedwhere
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
LATIN_CENTER_DATASET is available in a C++ version and a FORTRAN90 version and a MATLAB version.
FAURE_DATASET, a FORTRAN90 program which creates a Faure quasirandom dataset;
GRID_DATASET, a FORTRAN90 program which creates a grid sequence and writes it to a file.
LATIN_CENTER, a FORTRAN90 library which computes the Latin Center squares requested by LATIN_CENTER_DATASET.
LATIN_CENTER, a dataset directory which contains sample datasets created by LATIN_CENTER_DATASET.
LATIN_COVER, a FORTRAN90 library which produces N Latin squares which cover an NxN square, or NxN Latin cubes which cover an NxNxN cube.
LATIN_EDGE_DATASET, a FORTRAN90 program which creates a Latin Edge Hypercube dataset;
LATIN_RANDOM_DATASET, a FORTRAN90 program which creates a Latin Random Hypercube dataset;
NIEDERREITER2_DATASET, a FORTRAN90 program which creates a Niederreiter quasirandom dataset with base 2;
NORMAL_DATASET, a FORTRAN90 program which generates a dataset of multivariate normal pseudorandom values and writes them to a file.
SOBOL_DATASET, a FORTRAN90 program which computes a Sobol quasirandom sequence and writes it to a file.
UNIFORM_DATASET, a FORTRAN90 program which generates a dataset of multivariate uniform pseudorandom values and writes them to a file.
VAN_DER_CORPUT_DATASET, a FORTRAN90 program which creates a van der Corput quasirandom sequence and writes it to a file.
You can go up one level to the FORTRAN90 source codes.