UNIFORM_DATASET is an interactive C++ program, using double precision arithmetic, which creates a Uniform Random dataset and writes it to a file.
The program allows the user to choose:
TABLE is the file format which is used for the output files created by UNIFORM_DATASET.
TABLE_DISCREPANCY is an executable C++ program which can read a TABLE file of points (presumed to lie in the unit hypercube) and compute bounds on the star discrepancy, a measure of dispersion.
UNIFORM is a C++ library which computes the uniform datasets for UNIFORM_DATASET. A compiled copy of this library must be available in order to create the program.
UNIFORM is a dataset directory which contains examples of the files created by UNIFORM_DATASET.
UNIFORM_DATASET is also available in a F90 version and a MATLAB version.
You can go up one level to the C++ source codes.