No-frills PCG32 random number generator implementation
It implements the PCG32 random number generator (and really only that).
let mut g = new;
assert_eq!;
assert_eq!;
This crate is no_std
compatible.
It implements the PCG32 random number generator (and really only that).
let mut g = new;
assert_eq!;
assert_eq!;
This crate is no_std
compatible.