// Based off lemire's wyrand C++ code at https://github.com/lemire/testingRNG/blob/master/source/wyrand.h
use crateRNG_STATE_GLOBAL;
use Ordering;
/// Generate a random number with wyrand using a custom seed.
/// Generate a random number with wyrand using nanorand's global state.