Description
Wiki Description
Generates a random integer between the minimum and maximum values (inclusive).
Documentation Comment
Generates a random integer between aiMin and aiMax (inclusive)
Parameters
intaiMin=0
CK Wiki Description
The minimum value for the random integer.
intaiMax=100
CK Wiki Description
The maximum value for the random integer.
Examples
No human-generated examples found for this function.
Auto-Generated Example
int myInt__aiMin
int myInt__aiMax
int returnedValue = Utility.RandomInt(myInt__aiMin, myInt__aiMax)Related Pages
- Utility
- Utility.RandomFloat(...)
