The random_shuffle() function has been removed from C++17. Use shuffle() with a suitable pseudo-random generator instead.