[String] randomStringArray(Int minsize=0, Int maxsize=10000)
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 strings.
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 strings.