A dead simple to use randomization library for rust. Mostly PCGs and such.
This library is core only by default.
If you want to use std
features (specifically a macro to declare global
generators, and a utility for using the system clock as a crude seed source)
then you must enable the std
feature when you depend on this crate.
You can also enable a feature if you want to have serde derives thrown on to the various generators.