Click or drag to resize

RandomNumberStream(RandomNumberStream) Constructor

Copy constructor. Resulting object is a deep copy of the given stream.

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

Parameters

other  RandomNumberStream
Resulting object will be a deep copy of this stream.
See Also