Click or drag to resize

RandGenGeometricClone Method

Creates a deep copy of this random number generator.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override Object Clone()

Return Value

Object
Returns a deep copy of this random number generator.

Implements

ICloneableClone
Remarks
Uses the Clone() method on the UniformDeviateMethod delegate which is a shallow copy. A deep copy requires copying the underlying target and resetting the delegate.
See Also