Upgrade to ARC Pro
Experience early access to the latest features and updates. You'll have everything that is needed to unleash your robot's potential.
getRandom
Utility.getRandom(min, max)
Parameters
min | Inclusive lower bound on the random integer. |
max | Exclusive upper bound on the random integer. |
Returns
Random integer between min (inclusive) and max (exclusive).Description
Returns a random integer between min (inclusive) and max (exclusive).