RandomWordGenerator.GenerateNextWord Method

Advances the sequence of random numbers by one and updates the CurrentValue of the random number generator.

Definition

Namespace: Extreme.Mathematics.Random
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected abstract void GenerateNextWord()

See Also