Returns a random number array that between the value range, matching the given size
Optional
The size of the expected array
The min value, inclusive
The max value, exclusive
a random number array that between value range, matching the given size
David Hsing
randomNumbers(3, 1.1, 1.2);randomNumbers(3, -3.6, 2.8); Copy
randomNumbers(3, 1.1, 1.2);randomNumbers(3, -3.6, 2.8);
Returns a random number array that between the value range, matching the given size