Returns one element from the array, selected at random.
a randomly selected array element
Returns one element from the array, selected at random, except for the excluded value.
the element to be excluded from selection
a randomly selected array element other than excluded
Shuffles the array elements into random order.
Extensions to the Array class.