Click or drag to resize

IndependentRandomStreams(IndependentRandomStreams) Constructor

Constructs copy of other streams.

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

Parameters

other  IndependentRandomStreams
Constructed object will be a copy of this stream.
See Also