Click or drag to resize
MersenneTwister64Clone 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 MersenneTwister64 object.

Implements

ICloneableClone
See Also