@@ -6,8 +6,8 @@
#include <random>
struct Rng {
static std::random_device dev;
static std::mt19937 rng;
inline static std::random_device dev;
inline static std::mt19937 rng{dev()};
static float generate();
The note is not visible to the blocked user.