Thrill  0.1
random_bipartition_shuffle.hpp File Reference
#include <cassert>
#include <iterator>
#include <random>
+ Include dependency graph for random_bipartition_shuffle.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 tlx
 

Functions

template<typename RandomAccessIt , typename RandomBits >
void random_bipartition_shuffle (RandomAccessIt begin, RandomAccessIt end, size_t size_left_partition, RandomBits &urng)
 Similar to std::shuffle, but only generates a random bi-partition. More...