Click or drag to resize

XorShift128Generator Constructor

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