[](https://www.apache.org/licenses/LICENSE-2.0)
[](https://crates.io/crates/randomize)
[](https://ci.appveyor.com/project/Lokathor/randomize-rs)
[](https://travis-ci.org/Lokathor/randomize-rs)
# randomize-rs
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.