Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | math/sound-of-sorting: fix build on 14-CURRENT | Stefan Eßer | 2023-06-28 | 1 | -0/+21 |
The random_shuffle() function has been removed from C++17. Use shuffle() with a suitable pseudo-random generator instead. |