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

Namespace:  CenterSpace.NMath.Core
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public LeapfrogRandomStreams(
	LeapfrogRandomStreams other
)
Visual Basic (Declaration)
Public Sub New ( _
	other As LeapfrogRandomStreams _
)
Visual C++
public:
LeapfrogRandomStreams(
	LeapfrogRandomStreams^ other
)

Parameters

other
Type: CenterSpace.NMath.Core..::.LeapfrogRandomStreams
The stream to copy.

See Also