fn() shuffle
Shuffle the given container.

Defined in <seqan/random.h>
Signature void shuffle(container, rng);

Parameters

container The container to shuffle.
rng The random number generator to use.

Data Races

If not stated otherwise, concurrent invocation is not guaranteed to be thread-safe.