Click or drag to resize
MersenneTwisterClone Method
Returns a clone of this object.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public Object Clone()

Return Value

Type: Object
An Object which is a clone of this MersenneTwister object.

Implements

ICloneableClone
See Also