Click or drag to resize

SkipAheadRandomStreams(SkipAheadRandomStreams) Constructor

Creates a SkipAheadRandomStreams object which is a deep, independent copy.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public SkipAheadRandomStreams(
	SkipAheadRandomStreams other
)

Parameters

other  SkipAheadRandomStreams
The stream to copy.
See Also