UNIFORM_DATASET
Generate Uniform Random Datasets


UNIFORM_DATASET is an interactive FORTRAN90 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 a 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 FORTRAN90 library of routines which computes uniformly distributed pseudorandom values.

UNIFORM is a dataset directory which contains sample datasets created by UNIFORM_DATASET.

UNIFORM_DATASET is also available in a C++ version and a MATLAB version.

Reference:

  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 FORTRAN90 source codes.


Last revised on 15 December 2005.