| 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 public LeapfrogRandomStreams(
LeapfrogRandomStreams other
)
Public Sub New (
other As LeapfrogRandomStreams
)
public:
LeapfrogRandomStreams(
LeapfrogRandomStreams^ other
)
new :
other : LeapfrogRandomStreams -> LeapfrogRandomStreams
Parameters
- other LeapfrogRandomStreams
- The stream to copy.
See Also