Destructively remove and return a random element from an array.
See pick() for a non-destructive version of this function.
pick()
Take a random element from here, destructively.
The element that was removed.
An error if the array is empty.
Destructively remove and return a random element from an array.
See
pick()
for a non-destructive version of this function.