Method Next
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
Next()
Gets the next the random integer value.
int Next()
Returns
Next(int)
Gets the next the random integer value below the given maximum.
int Next(int maxValue)
Parameters
maxValue
int
Returns
Next(int, int)
Gets the next the random integer value greater than or equal to the minimum and below the given maximum.
int Next(int minValue, int maxValue)