Signature
native random(max);
Description
Returns a random number between 0 and a specified upper bound.
Parameters
- max — Exclusive upper bound
Returns
Random value