[Float] randomFloatArray(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 floating-point numbers.