Random
From Eternity Wiki
Jump to navigationJump to search
Description[edit]
This is an ACS built-in function.
Returns a random number from a range.
Usage[edit]
int Random(int min, int max)
Parameters[edit]
- min: minimum value
- max: maximum value
Return value[edit]
the random number in the range
Examples[edit]
No examples given.
Notes[edit]
This is from the inclusive range between minimum and maximum.
This function's identification in zspecial.acs is: (ACS internal).