Go to the source code of this file.
|
template<class ElementIterator > |
reorder_iterator< ElementIterator > | trsl::random_permutation_iterator (ElementIterator first, ElementIterator last, unsigned permutationSize) |
| Constructs a reorder_iterator that will iterate through a random subset of size permutationSize of a random permutation of the population referenced by first and last . More...
|
|
template<class ElementIterator > |
reorder_iterator< ElementIterator > | trsl::random_permutation_iterator (ElementIterator first, ElementIterator last) |
| Constructs a reorder_iterator that will iterate through a random permutation of the population referenced by first and last . More...
|
|