NIEDERREITER2 is a dataset directory which contains points generated by the M-dimensional Niederreiter sequence using a base of 2.
The datasets are distinguished by the values of the following parameters:
A nonzero value of SKIP may be specified, to allow the sequence to "warm up". In this case, a recommended value is BASE**12 = 4096.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
NIEDERREITER2, a C++ library which computes elements of a Niederreiter quasirandom sequence using base 2.
NIEDERREITER2_DATASET, a FORTRAN90 program which allows the user to define and compute a Niederreiter2 dataset.
PLOT_POINTS, a FORTRAN90 program which can plot two dimensional datasets, making Encapsulated PostScript images.
TABLE, a file format which is used to store the datasets.
TABLE_TOP, a FORTRAN90 program which can be used to analyze datasets of any dimension, by creating images of pairwise coordinates.
A typical (but small) dataset looks like this:
# niederreiter2_02_00010.txt
# created by NIEDERREITER2_DATASET.
#
# File generated on March 19 2003 11:38:30.446 AM
#
# Spatial dimension M = 2
# Number of points N = 10
# Base: 2
# Initial values skipped = 4096
#
0.000366 0.470581
0.500366 0.970581
0.750366 0.220581
0.250366 0.720581
0.375366 0.095581
0.875366 0.595581
0.625366 0.345581
0.125366 0.845581
0.187866 0.158081
0.687866 0.658081
Datasets in M = 2 dimensions include:
Datasets in M = 7 dimensions include:
Datasets in M = 16 dimensions include:
You can go up one level to the DATASETS directory.