8 lines
317 B
Text
8 lines
317 B
Text
Deal is a calculator for card-draw probabilities. Specifically it
|
|
computes non-replacement draw probabilities using the hypergeomtric
|
|
function. It can also be used to compute binomial coefficients and the
|
|
gamma function.
|
|
|
|
Deal is useful for tuning Magic: The Gathering decks.
|
|
|
|
WWW: http://catb.org/~esr/software.html
|