shuffle method

void shuffle ([Random random ])
override

Shuffles the elements of this list randomly.

Implementation

void shuffle([Random random]) => delegate.shuffle(random);