Compare distribution of three random integer algorithm.
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| plot.gp | ||
| plot3d.gp | ||
| README | ||
| runplot.sh | ||
| runplot3d.sh | ||
sadrand
=======
Compare distribution of three random integer algorithm.
Building
cargo build --release
Running
cargo run
or
./target/release/sadrand
Getting help
cargo run -- -h
or
./target/release/sadrand -h
Plots
-----
Get a 2d plot
./runplot.sh
Get a 3d plot
./runplot3d.sh
Getting help
./runplot3d.sh