Compare distribution of three random integer algorithm.
sadrand
rust
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Yann Weber dba23bb0e6 Initial commit 3 年前
src Initial commit 3 年前
.gitignore Initial commit 3 年前
Cargo.lock Initial commit 3 年前
Cargo.toml Initial commit 3 年前
LICENSE Initial commit 3 年前
README Initial commit 3 年前
plot.gp Initial commit 3 年前
plot3d.gp Initial commit 3 年前
runplot.sh Initial commit 3 年前
runplot3d.sh Initial commit 3 年前

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