pcg-cpp
pcg-cpp copied to clipboard
Fix warnings on GCC -wall
Fixes warnings on gcc 9.2. -Wall. I'm assuming static_arbitrary_seed cannot be constructed on purpose, and so my fix keeps things that way, while eliminating -Wctor-dtor-privacy.