An implementation of Rng for C++ using the standard functions from <random>.
BetterRng()
Seeds the rng_engine using std::random_device.
std::default_random_engine rng_engine
static int random_range_impl(Rng *rng, int min, int max)
See Rng::random_range.
A wrapper around random number generators.