Table of Contents

Method Next

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

Next()

Gets the next the random integer value.

int Next()

Returns

int

Next(int)

Gets the next the random integer value below the given maximum.

int Next(int maxValue)

Parameters

maxValue int

Returns

int

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)

Parameters

minValue int
maxValue int

Returns

int