Click or drag to resize

RandomNumbersT, D(RandomNumberStreamBasicRandGenType, D) Constructor

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

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

Parameters

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