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