You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple multithreaded dice simulator written in Rust.
Usage
# Clone this repo
git clone https://github.com/david145/dice.git
cd dice
# Compile a release version
cargo build --release
# Run it
cargo run --release
About
Simple multithreaded dice simulator written in Rust