Condividi tramite


random_shuffle

La funzione std::random_shuffle() è deprecata ed è stata sostituita da std::shuffle(). Per un esempio di codice e altre informazioni, vedere <random> e l'articolo di Stackoverflow Why are std::random_shuffle methods being deprecated in C++14?.