Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
std::random_shuffle is an STL algorithm to shuffle all elements in a container.
std::random_shuffle is labelled deprecated in the C++14 Standard [1] and is planned for removal in C++17. Use std::shuffle instead.
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.