|  | LeapfrogRandomStreams(LeapfrogRandomStreams) Constructor | 
            Creates a LeapfrogRandomStreams object which is a deep,
            independent copy.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic LeapfrogRandomStreams(
	LeapfrogRandomStreams other
)
Public Sub New ( 
	other As LeapfrogRandomStreams
)
public:
LeapfrogRandomStreams(
	LeapfrogRandomStreams^ other
)
new : 
        other : LeapfrogRandomStreams -> LeapfrogRandomStreamsParameters
- other  LeapfrogRandomStreams
- The stream to copy.
 See Also
See Also