[](https://creativecommons.org/publicdomain/zero/1.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.
There are global functions that you can call which will invoke a global (mutex
guarded) generator. You can also make your own generator and use that directly.