Click or drag to resize

RandomNumbersT, D(Int32, RandomNumberStreamBasicRandGenType, D) Constructor

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

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

Parameters

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