[a] randomArray(a() generator, Int minsize=0, Int maxsize=1000)
Arguments
generator: A function that returns random elements of the given type.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 array, with elements given by the generator function.