Click or drag to resize

QuasiRandomNumberGenerator(Int32, RandomNumberStreamBasicRandGenType) Constructor

Constructs a QuasiRandomNumberGenerator with the given dimension.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected QuasiRandomNumberGenerator(
	int dimension,
	RandomNumberStreamBasicRandGenType generatorType
)

Parameters

dimension  Int32
The dimension of the space containing the generated quasirandom numbers.
generatorType  RandomNumberStreamBasicRandGenType
The type of generator.
See Also