shuffle method

void shuffle()

Implementation

void shuffle() {
  users.shuffle();
  notify();
}