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 permutationSizeof a random permutation of the population referenced byfirstandlast.  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 firstandlast.  More...
 | 
|  |