Click or drag to resize

RandomNumbersT, D(RandomNumberStream, D, Int32) Constructor

Constructs a RandomNumbers instance from the given stream, distribution, and buffer size.

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

Parameters

stream  RandomNumberStream
The stream.
distribution  D
The distribution.
bufferSize  Int32
The buffer size.
See Also