Click or drag to resize

ALFGenerator Properties

The ALFGenerator type exposes the following members.

Properties
 NameDescription
Public propertyCanReset Gets a value indicating whether the random number generator can be reset so that it produces the same random number sequence again.
(Overrides GeneratorCanReset)
Public propertyLongLag Gets or sets the long lag of the lagged Fibonacci pseudo-random number generator.
Public propertyMaximum Gets the maximum number that a call to Next can return.
(Inherited from Generator)
Public propertyShortLag Gets or sets the short lag of the lagged Fibonacci pseudo-random number generator.
Top
See Also