# randomize-rs
A dead simple to use randomization library for rust
You can call the global functions, which rely on a lazily-initialized generator
that's kept behind a mutex, or you can make your own local generator and call
all the same methods on that.