-
- Downloads
[T] Replace std::random_shuffle with std::shuffle.
The latter takes a random generator while the former uses std::rand implicitly. The std::random_shuffle was marked deprecated and is removed from the c++17.
Please register or sign in to comment