31 synced_rng(std::function<std::string()> seed_generator);
this class does not give synced random results derived classes might do.
virtual uint32_t next_random_impl()
synced_rng(std::function< std::string()> seed_generator)
virtual bool is_networked() const
Is this random source networked? If it is it's very important we do actually use this random source t...
std::function< std::string()> seed_generator_