Returns a random integer array that between value range, matching the given size
Optional
The size of the expected array
The min value, inclusive
The max value, exclusive
a random integer array that between value range, matching the given size
David Hsing
randomIntegers(3, 1, 10);randomIntegers(3, -6, 8); Copy
randomIntegers(3, 1, 10);randomIntegers(3, -6, 8);
Returns a random integer array that between value range, matching the given size