Library for dice roll simulations and roll outcome probability analysis.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
20
commits
Finally calculating probabilities. Full concept refactoring: every roll result is calculated as a combination of simple roll results. Added result summ and result transform functions. Added tests for everything.
7bd14e2View on GitHubAdded ToString() methods for Dice and DicePool. Added a test for Dice.ToString() method.
deadf6fView on GitHub