Click or drag to resize

XorShift128Generator Properties

The XorShift128Generator type exposes the following members.

Properties
 NameDescription
Public propertyCanReset Gets a value indicating whether the XorShift128Generator can be reset, so that it produces the same pseudo-random number sequence again.
(Overrides GeneratorCanReset)
Public propertyMaximum Gets the maximum number that a call to Next can return.
(Inherited from Generator)
Top
See Also