[The fix in 0.2.6 for rounding errors](https://github.com/3d-dice/dice-roller-parser/commit/c6fc9dfa5a13b8de70f6ee75a4a001826972ef60) causes off-by-one errors. e.g. Running 1d6 repeatedly will occasionally produce 7s. ```js let roller = new DiceRollerFactory() roller.rollValue('1d6') ``` For example: <img width="408" alt="image" src="https://github.com/3d-dice/dice-roller-parser/assets/5713867/23f37bc8-c82b-459e-b7d4-81a69c1d5da9">
The fix in 0.2.6 for rounding errors causes off-by-one errors.
e.g. Running 1d6 repeatedly will occasionally produce 7s.
For example: