Click or drag to resize

QuasiRandomNumberGenerator(RandomNumberStreamBasicRandGenType, Int32, Int32, Int32) Constructor

Initializes base class properties for a given type of quasi-random number generator.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public QuasiRandomNumberGenerator(
	RandomNumberStreamBasicRandGenType generatorType,
	int numDimensions,
	int userDirectionNumbersFlag,
	int[,] initialDirectionNumbers
)

Parameters

generatorType  RandomNumberStreamBasicRandGenType
The type of generator.
numDimensions  Int32
Random vectors of this dimension are to be generated.
userDirectionNumbersFlag  Int32
VSL flag in parameters array indicating that user defined direction numbers are being used.
initialDirectionNumbers  Int32
If the generator needs to be initialized with a set of direction numbers, they are specified here.
See Also