Overload List

  NameDescription
NiederreiterQuasiRandomGenerator(Int32)
Constructs a NiederreiterQuasiRandomGenerator for generating quasi-random points in n-dimensioal space.
NiederreiterQuasiRandomGenerator(Int32, array<BitArray>[]()[])
Constructs a NiederreiterQuasiRandomGenerator for generating quasi-random points in n-dimensioal space. Uses the given set of irreducible polynomials to intialize the generator.
NiederreiterQuasiRandomGenerator(Int32, array<Int32,2>[,](,)[,])
Constructs a NiederreiterQuasiRandomGenerator for generating quasi-random points in n-dimensioal space. The resulting generator is initialized with the given direction numbers.
NiederreiterQuasiRandomGenerator(Int32, array<BitArray>[]()[], array<Int32,2>[,](,)[,])
Constructs a NiederreiterQuasiRandomGenerator for generating quasi-random points in n-dimensioal space. Uses the given set of irreducible polynomials and directionto intialize numbers to intialize the generator.

See Also