ia-toki/tcframe

std::random_shuffle is removed in C++17

Closed this issue · 0 comments

std::random_shuffle is removed in C++17 [1], while tcframe is still using it in the latest version [2]

[1] https://en.cppreference.com/w/cpp/algorithm/random_shuffle
[2] https://github.com/ia-toki/tcframe/blob/master/include/tcframe/spec/random/Random.hpp#L48