randomize 0.789.0

A dead simple to use randomization library for rust
Documentation
1
2
3
4
5
6
7
# 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.