| RandGenGeometricClone Method |
Creates a deep copy of this random number generator.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public override Object Clone()
Public Overrides Function Clone As Object
public:
virtual Object^ Clone() override
abstract Clone : unit -> Object
override Clone : unit -> Object
Return Value
ObjectReturns a deep copy of this random number generator.
Implements
ICloneableCloneRemarks 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