choices
Returns a random list from this array using the specified source of randomness.
Since
1.1.0
Return
randomness list
Parameters
A list were you can weigh the possibility for each value. (Optional)
An integer defining the length of the returned list. (Optional)
See also
Throws
if this array is empty.
Returns a random list from this array using the specified source of randomness.
Since
1.1.0
Return
randomness list
Parameters
A list were you can weigh the possibility for each value. (Optional)
An integer defining the length of the returned list. (Optional)
See also
Throws
if this array is empty.
Returns a random list from this collection using the specified source of randomness.
Since
1.1.0
Return
randomness list
Parameters
A list were you can weigh the possibility for each value. (Optional)
An integer defining the length of the returned list. (Optional)
See also
Throws
if this collection is empty.