Compare distribution of three random integer algorithm.
sadrand
rust
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Yann Weber dba23bb0e6 Initial commit vor 2 Jahren
src Initial commit vor 2 Jahren
.gitignore Initial commit vor 2 Jahren
Cargo.lock Initial commit vor 2 Jahren
Cargo.toml Initial commit vor 2 Jahren
LICENSE Initial commit vor 2 Jahren
README Initial commit vor 2 Jahren
plot.gp Initial commit vor 2 Jahren
plot3d.gp Initial commit vor 2 Jahren
runplot.sh Initial commit vor 2 Jahren
runplot3d.sh Initial commit vor 2 Jahren

README

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