Click or drag to resize

RandomNumberStream(Boolean) Constructor

Protected constructor for creating a RandomNumberStream object with null stream pointer.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected RandomNumberStream(
	bool uninitialized
)

Parameters

uninitialized  Boolean
Dummy parameter to distinguish this constructor from the default constructor.
See Also