Adding randomy_rs library as a dependency

Run this command in a terminal, in your project's directory:

cargo add randomy-rs

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

randomy-rs = "1.1.14"

The randomy_rs library will be automatically available globally. Read the randomy_rs library documentation.

Back to the crate overview.