1 2 3 4 5 6 7
// Simple wrapper around the current random number generator of choice #pragma once #include "rand/pcg.hpp" struct RandomState : public Pcg32 { };