robotology / idyntree

Multibody Dynamics Library designed for Free Floating Robots
BSD 3-Clause "New" or "Revised" License
155 stars 65 forks source link

Use std::shuffle instead of std::random_shuffle #1131

Closed traversaro closed 7 months ago

traversaro commented 7 months ago

As std::random_shuffle was removed in C++17 .

Fix https://github.com/robotology/idyntree/issues/1130 .