shuffle method

void shuffle()

Shuffles the elements of the vector randomly.

Implementation

void shuffle() => _data.shuffle();