randomize 2.0.0

A dead simple to use randomization library for rust.
docs.rs failed to build randomize-2.0.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: randomize-5.0.0

License:Apache2 CratesIO AppVeyor TravisCI

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.