Returns a clone of this object.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public Object Clone()
Visual Basic (Declaration)
Public Function Clone As Object
Visual C++
public:
virtual Object^ Clone() sealed

Return Value

An Object which is a clone of this MersenneTwister object.

Implements

ICloneable..::.Clone()()()

See Also