return a random integer between min (included) and max (excluded)
minimum value.
maximum value.
random value
Math
// Print a random number; one of 5, 6, 7, 8, 9console.log(me.Math.random(5, 10) ); Copy
// Print a random number; one of 5, 6, 7, 8, 9console.log(me.Math.random(5, 10) );
return a random integer between min (included) and max (excluded)