Get statistics for rolling dice.
$ python -m pip install dice_statsDocumentation 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 $ noxDice Stats is available under the MIT license.
- Change
Dice.apply_functionandapply_diceto 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