Click or drag to resize

MT19937Generator Constructor

Overload List
 NameDescription
Public methodMT19937Generator Initializes a new instance of the MT19937Generator class using a time-dependent default seed value.
Public methodMT19937Generator(Int32) Initializes a new instance of the MT19937Generator class using the specified seed value.
Public methodMT19937Generator(Int32) Initializes a new instance of the MT19937Generator class using the specified seed array.
Public methodMT19937Generator(UInt32) Initializes a new instance of the MT19937Generator class using the specified seed value.
Public methodMT19937Generator(UInt32) Initializes a new instance of the MT19937Generator class using the specified seed array.
Top
See Also