latin_random, a Fortran90 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 Fortran90 library which computes elements of a Centroidal Voronoi Tessellation.
faure, a Fortran90 library which computes elements of a Faure quasirandom sequence.
halton, a Fortran90 library which computes elements of a Halton Quasi Monte Carlo (QMC) sequence, using a simple interface.
hammersley, a Fortran90 library which computes elements of a Hammersley Quasi Monte Carlo (QMC) sequence, using a simple interface.
hex_grid, a Fortran90 library which computes elements of a hexagonal grid dataset.
hex_grid_angle, a Fortran90 library which computes elements of an angled hexagonal grid dataset.
ieee_uniform_sample, a Fortran90 library which tries to uniformly sample the discrete set of values that represent the legal IEEE real numbers;
ihs, a Fortran90 library which computes elements of an improved distributed Latin hypercube dataset.
latin_center, a Fortran90 library which computes elements of a Latin Hypercube dataset, choosing center points.
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, a Fortran90 library 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 Fortran90 library which approximates multidimensional integrals using lattice rules.
lcvt, a Fortran90 library which computes a latinized Centroidal Voronoi Tessellation.
niederreiter2, a Fortran90 library which computes elements of a Niederreiter quasirandom sequence with base 2.
normal, a Fortran90 library which computes elements of a sequence of pseudorandom normally distributed values.
sobol, a Fortran90 library which computes elements of a Sobol quasirandom sequence.
uniform, a Fortran90 library which computes elements of a uniform pseudorandom sequence.
van_der_corput, a Fortran90 library which computes elements of a van der Corput quasirandom sequence.