Click or drag to resize

RandomNumbersT, D(RandomNumberStreamBasicRandGenType, D, Int32) Constructor

Constructs a RandomNumbers instance from the given uniform generator type, distribution, and buffer size.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public RandomNumbers(
	RandomNumberStreamBasicRandGenType randGenType,
	D distribution,
	int bufferSize
)

Parameters

randGenType  RandomNumberStreamBasicRandGenType
The algorithm to use for generating uniform random deviates.
distribution  D
The distribution.
bufferSize  Int32
The buffer size.
See Also