Click or drag to resize

RandomNumbersT, D(D) Constructor

Constructs a RandomNumbers instance from the given distribution.

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

Parameters

distribution  D
The distribution.
See Also