Choose two cards from a deck without replacement.
What is the probability that you draw at least one diamond or exactly one 7?
This program calculates that probability.
cargo run --release (num_experiments: u32) (num_threads: u8)
Choose two cards from a deck without replacement.
What is the probability that you draw at least one diamond or exactly one 7?
This program calculates that probability.
cargo run --release (num_experiments: u32) (num_threads: u8)