- Found in:
- Vanilla
Description
Documentation Comment
Generates an array of pseudorandom integer numbers from a specific seed between aiMin and aiMax (inclusive)
Caveats
Parameters
intaiSeed
intaiCount
intaiMin=0
intaiMax=100
Examples
Auto-Generated Example
int myInt__aiSeed
int myInt__aiCount
int myInt__aiMin
int myInt__aiMax
int[] returnedValue = Utility.RandomIntsFromSeed(myInt__aiSeed, myInt__aiCount, myInt__aiMin, myInt__aiMax)