You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, there is zero protection against silly die sizes or infinite recursion. This means you can roll a 1d1!, which will explode forever, or do silly sided dice like d100000000000000000000000 which, while nice to support, would be nicer if you could restrict it.
It'd also be nice to restrict the total number of dice rolled in complex rolls that make use of multiple dice, or exploding rolls.
The text was updated successfully, but these errors were encountered:
At the moment, there is zero protection against silly die sizes or infinite recursion. This means you can roll a
1d1!
, which will explode forever, or do silly sided dice liked100000000000000000000000
which, while nice to support, would be nicer if you could restrict it.It'd also be nice to restrict the total number of dice rolled in complex rolls that make use of multiple dice, or exploding rolls.
The text was updated successfully, but these errors were encountered: