latin_random, a MATLAB code 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.
The information on this web page is distributed under the MIT license.
latin_random is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version and a Python version.
cvt, a MATLAB code which computes elements of a Centroidal Voronoi Tessellation (CVT).
faure, a MATLAB code which computes elements of a Faure quasirandom sequence.
halton, a MATLAB code which computes elements of a Halton quasirandom sequence.
hammersley, a MATLAB code which computes elements of a Hammersley quasirandom sequence.
latin_center, a MATLAB code which computes elements of a latin hypercube dataset, choosing center points.
latin_edge, a MATLAB code which computes elements of a latin hypercube dataset, choosing edge points.
latin_random, a dataset directory which contains a number of examples of datasets created by latin_random().
lattice_rule, a MATLAB code which approximates multidimensional integrals using lattice rules.
niederreiter2, a MATLAB code which computes elements of a Niederreiter quasirandom sequence with base 2.
sobol, a MATLAB code which computes elements of a sobol quasirandom sequence.
uniform, a MATLAB code which computes elements of a uniform pseudorandom sequence.
van_der_corput, a MATLAB code which computes elements of a van der corput quasirandom sequence.