[Int] randomIntArray(Int minsize=0, Int maxsize=1000)
Arguments
minsize: The minimum size of the array (optional, defaults to zero)maxsize: The minimum size of the array (optional, defaults to 1000)
Usage
Return a random list of integers.
minsize: The minimum size of the array (optional, defaults to zero)maxsize: The minimum size of the array (optional, defaults to 1000)Return a random list of integers.