c42f / displaz

A hackable lidar viewer
http://c42f.github.io/displaz
Other
234 stars 84 forks source link

Migrate std::random_shuffle -> std::shuffle for C++17 #208

Closed nigels-com closed 1 year ago

nigels-com commented 1 year ago

std::random_shuffle was replaced with std::shuffle in C++17.