natives.GENERATE RANDOM INT IN RANGE
natives.GENERATE_RANDOM_INT_IN_RANGE
Signature: void natives.GENERATE_RANDOM_INT_IN_RANGE(int min, int max)
Usage: generates a random integer between two values
Parameters
- int min Minimum corner of the area.
- int max Maximum corner of the area.
Return
void
On failure: void