RandomWordGenerator.CurrentValue 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#
protected int CurrentValue { get; set; }

Property Value

Int32
A 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.

See Also