Compare distribution of three random integer algorithm.
Find a file
2022-03-12 21:21:01 +01:00
src Initial commit 2022-03-12 21:21:01 +01:00
.gitignore Initial commit 2022-03-12 21:21:01 +01:00
Cargo.lock Initial commit 2022-03-12 21:21:01 +01:00
Cargo.toml Initial commit 2022-03-12 21:21:01 +01:00
LICENSE Initial commit 2022-03-12 21:21:01 +01:00
plot.gp Initial commit 2022-03-12 21:21:01 +01:00
plot3d.gp Initial commit 2022-03-12 21:21:01 +01:00
README Initial commit 2022-03-12 21:21:01 +01:00
runplot.sh Initial commit 2022-03-12 21:21:01 +01:00
runplot3d.sh Initial commit 2022-03-12 21:21:01 +01:00

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