Returns a randomly selected element of the array.
See take() for a destructive version of this function.
take()
Pick from here. Must not be empty.
A randomly selected element of the array.
An error if the array is empty.
Returns a randomly selected element of the array.
See
take()
for a destructive version of this function.