Get statistics for rolling dice.
$ python -m pip install dice_stats
Documentation is available via GitHub.
To run all tests run nox
. No venv is needed; nox makes all of them for us.
$ python -m pip install --user nox
$ git clone https://peilonrayz.github.io/dice_stats/
$ cd dice_stats
dice_stats $ nox
Dice Stats is available under the MIT license.
- Change
Dice.apply_function
andapply_dice
to allow changes to the total chance. - Add matmul,
@
, as an operator to change total chance. - Don't change the total chance of dice multiplied together.
- Make numpy and matplotlib optional dependencies
- Released publicly