random_shuffle
The std::random_shuffle() function is deprecated, replaced by std::shuffle(). For a code example and more information, see <random> and the Stackoverflow posting Why are std::random_shuffle methods being deprecated in C++14?.
Não há mais suporte para esse navegador.
Atualize o Microsoft Edge para aproveitar os recursos, o suporte técnico e as atualizações de segurança mais recentes.
The std::random_shuffle() function is deprecated, replaced by std::shuffle(). For a code example and more information, see <random> and the Stackoverflow posting Why are std::random_shuffle methods being deprecated in C++14?.