Compare distribution of three random integer algorithm.
sadrand
rust
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Yann Weber dba23bb0e6 Initial commit 2 anos atrás
src Initial commit 2 anos atrás
.gitignore Initial commit 2 anos atrás
Cargo.lock Initial commit 2 anos atrás
Cargo.toml Initial commit 2 anos atrás
LICENSE Initial commit 2 anos atrás
README Initial commit 2 anos atrás
plot.gp Initial commit 2 anos atrás
plot3d.gp Initial commit 2 anos atrás
runplot.sh Initial commit 2 anos atrás
runplot3d.sh Initial commit 2 anos atrás

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