mirror of
https://github.com/boostorg/graph.git
synced 2026-01-31 20:22:09 +00:00
In C++17 mode, libc++'s `std::shuffle` isn't compatible with Boost's random generators because the `min` and `max` functions aren't `constexpr`, so use `std::mt19937` instead. This might not be required if boostorg/random#24 is accepted.
7.2 KiB
7.2 KiB