Random Word Generator.Current Value Property
Gets or sets the current random 32-bit word.
Definition
Namespace: Extreme.Mathematics.Random
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A signed 32-bit integer that represents the current random 32-bit word.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
protected int CurrentValue { get; set; }
Property Value
Int32A signed 32-bit integer that represents the current random 32-bit word.
Remarks
This value should be set by the implementation of the GenerateNextWord() method.