CGAL 4.12.2 - STL Extensions for CGAL
|
Functions | |
template<class RandomAccessIterator , class RandomGenerator > | |
void | random_shuffle (RandomAccessIterator begin, RandomAccessIterator end, RandomGenerator &random) |
Replacement for std::random_shuffle() which was deprecated in C++14, and removed by C++17. More... | |
template<class RandomAccessIterator > | |
void | random_shuffle (RandomAccessIterator begin, RandomAccessIterator end) |
Replacement for std::random_shuffle() which was deprecated in C++14, and removed by C++17. More... | |