apache / datasketches-cpp

Core C++ Sketch Library
https://datasketches.apache.org
Apache License 2.0
213 stars 70 forks source link

density sketch c++17 compatibility #415

Closed jmalkin closed 6 months ago

jmalkin commented 6 months ago

std::random_shuffle() is removed in c++17 so this ensures strict compatibility with the standard by using a c++11-compatible method to achieve the same goal.