UNIFORM_DATASET
Generate Uniform Random Datasets


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:

Once these parameters are set, the program generates the data, and writes it to a file. The user may then specify another set of data, or terminate the program.

Related Data and Programs:

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.

References:

  1. Paul Bratley, Bennett Fox, Linus Schrage,
    A Guide to Simulation,
    Springer Verlag, pages 201-202, 1983.
  2. Bennett Fox,
    Algorithm 647: Implementation and Relative Efficiency of Quasirandom Sequence Generators,
    ACM Transactions on Mathematical Software,
    Volume 12, Number 4, pages 362-376, 1986.
  3. Donald Knuth,
    The Art of Computer Programming,
    Volume 2: Seminumerical Algorithms,
    Addison Wesley, 1969.

Source Code:

List of Routines:

You can go up one level to the C++ source codes.


Last revised on 31 August 2005.