TecKnow / STADiceRoller

Dice roller and probability visualizer compatible with the Star Trek Adventures TTRPG.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Test normalized probability distributions #14

Open TecKnow opened 1 year ago

TecKnow commented 1 year ago

Currently the tests don't exercise the normalize functionality of the disribution generation functions. This is partially because integer test cases are easier to manually verify and partially because the static data stores integer values.

Improve the tests to exercise the normalization functionality.