Allow to specify spread, freq, and seed as arguments.

This commit is contained in:
2016-09-02 08:17:40 +02:00
parent 60413e0431
commit 78d050a3b4
3 changed files with 74 additions and 3 deletions

6
Cargo.lock generated
View File

@@ -3,6 +3,7 @@ name = "loldog"
version = "0.1.0"
dependencies = [
"ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -11,6 +12,11 @@ name = "ansi_term"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "getopts"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "libc"
version = "0.2.15"