#include <adobe/config.hpp>
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>
#include <boost/bind.hpp>
#include <algorithm>
Go to the source code of this file.
Namespaces |
namespace | adobe |
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) |