Skip to content

Releases: 2BAD/dice

0.0.3

16 May 02:58
81fdc1a
Compare
Choose a tag to compare

Added

  • Use regular expression to parse dice notation string.
  • Calculated and applied any modifiers to the total roll sum.

0.0.2

15 May 23:47
268c9b3
Compare
Choose a tag to compare

Added

  • Implemented roll() function that uses native xorshift128+ PRNG to generate rolls.
  • Added the ability to parse generic tabletop RPG dice string for greater versatility when rolling dice.