Skip to content

Peilonrayz/dice_stats

Repository files navigation

Dice Stats

Build Status

About

Get statistics for rolling dice.

Installation

$ python -m pip install dice_stats

Documentation

Documentation is available via GitHub.

Testing

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

License

Dice Stats is available under the MIT license.

Change Log

1.1.0

  • Change Dice.apply_function and apply_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

1.0.0

  • Released publicly

About

Dice statistics made simple.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages