random_shuffle |
Functions | |
template<class RandomAccessRange > | |
void | random_shuffle (RandomAccessRange &range) |
template<class RandomAccessRange , class RandomNumberGenerator > | |
void | random_shuffle (RandomAccessRange &range, RandomNumberGenerator &rand) |
template<class RandomAccessIterator , class RandomNumberGenerator > | |
void | random_shuffle (RandomAccessIterator first, RandomAccessIterator last, RandomNumberGenerator &rand) |
Detailed Description
- See also:
- STL documentation for random_shuffle
Function Documentation
void adobe::random_shuffle | ( | RandomAccessRange & | range ) |
random_shuffle implementation
Definition at line 39 of file random_shuffle.hpp.
void adobe::random_shuffle | ( | RandomAccessRange & | range, |
RandomNumberGenerator & | rand | ||
) |
random_shuffle implementation
Definition at line 62 of file random_shuffle.hpp.
void adobe::random_shuffle | ( | RandomAccessIterator | first, |
RandomAccessIterator | last, | ||
RandomNumberGenerator & | rand | ||
) |
random_shuffle implementation
Definition at line 51 of file random_shuffle.hpp.