/lottery

A lottery cli tool (mainly for practicing Rust)

Primary LanguageRustGNU General Public License v3.0GPL-3.0

lottery

A lottery cli tool (mainly for practicing Rust)

Example

# Select from a,b,c,d with weight 1,2,3,1, sample 10 times with replacement
cargo run --package lottery --bin lottery -- -o a b c d -p 1 2 3 1  -n 10

Document

TODO