Gets or sets the current random 32-bit word.

Namespace: Extreme.Statistics.Random
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Protected Property CurrentValue As Integer
C#
protected int CurrentValue { get; set; }
C++
protected:
int CurrentValue {
	int get ();
	void set (int value);
}

Value

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.