Itoyori  v0.0.1
parallel_shuffle.hpp File Reference
Include dependency graph for parallel_shuffle.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ityr
 

Functions

template<typename ExecutionPolicy , typename RandomAccessIterator , typename UniformRandomBitGenerator >
void ityr::shuffle (const ExecutionPolicy &policy, RandomAccessIterator first, RandomAccessIterator last, UniformRandomBitGenerator &&urbg)
 Randomly shuffle elements in a range. More...