random method

T random()

Returns a random element

Implementation

T random() {
  return shuffled.first;
}