Shuffles the elements of this list randomly.
void shuffle([Random? random]) { _list.shuffle(random); }