Template Function mrpt::random::shuffle(RandomIt, RandomIt, URBG&&)

Function Documentation

template<class RandomIt, class URBG>
void mrpt::random::shuffle(RandomIt first, RandomIt last, URBG &&g)

Uniform shuffle a sequence.