All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.3 - 2023-05-16
- Use regular expression to parse dice notation string.
- Calculated and applied any modifiers to the total roll sum.
0.0.2 - 2023-05-16
- Implemented
roll()
function that uses nativexorshift128+
PRNG to generate rolls. - Added the ability to parse generic tabletop RPG dice string for greater versatility when rolling dice.