niederreiter_test


niederreiter_test, a C++ code which calls niederreiter(), which implements the Niederreiter quasirandom sequence, using an arbitrary base; more correctly, the code is not restricted to using a base of 2, but can instead use a base that is a prime or a power of a prime.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

niederreiter, a C++ code which computes elements of a niederreiter Quasi Monte Carlo (QMC) sequence, for an arbitrary base.

Source Code:


Last revised on 28 March 2020.