...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::compute::random_shuffle
// In header: <boost/compute/algorithm/random_shuffle.hpp> template<typename Iterator> void random_shuffle(Iterator first, Iterator last, command_queue & queue = system::default_queue());