Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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.
- Loading branch information