Diehard
The hardest way to simulate dice rolls.
Building
You can build the project using Cargo:
cargo build
Running
You can run the binary with:
cargo run -- <args>
Testing
It is easy to run tests:
cargo test
Documentation
Documentation can be created using Cargo:
cargo doc --open
Though I like to build it without dependencies' documentation, since that's faster and cleaner:
cargo doc --no-deps --open