-
**Describe the bug**
With TypeScript 3.9.6 and version 4.3.0 (and 4.2.0) TypeScript is issuing the following complaints:
### DiceRoller
```
Expected 1 arguments, but got 0.
> 458 | const r…
-
**Is your feature request related to a problem? Please describe.**
To use the UMD bundle, you have to `require` the whole path to the bundle script:
```javascript
const { DiceRoller } = require('…
-
The die objects aren't described in the API section. It would be sensible to add a page for dice which explains the basic interface for the `StandardDice`, explains that they're all the same interface…
-
I thought for sure there was a function that would return the possible range of results for a dice notation.
For example, `1d4` would return a min of 1 and a max of 4. `1d6+3` would return the rang…
-
Great looking library here! Is there a way to return the average result for the input notation, rather than the actual result of each instance of the input notation?
E.g. Inputting `3d3` might retu…
-
**Description**
It seems that any attempt at sorting a dice roll with drop/keep option is just ignoring the specified drop/keep parameters.
**Example**
Rolling `4d6d1sd` gives something like `[5,…
deurk updated
4 years ago
-
Hi!
Love the dice roller, I have been looking for an alternative to online RPG platform rollers for some time and make heavy use of Discord.
I do have a request though, do you guys think it woul…
-
**Is your feature request related to a problem? Please describe.**
Javascript's random number generator is notoriously bad. I would like to see the use of a better PRNG. My suggestion is https://gi…
-
The dice notation in DiceParser looks pretty similar to https://wiki.roll20.net/Dice_Reference
(for reference the source code is at https://app.roll20.net/assets/dengine.js?v=123)
Is it possible to …
-
**Is your feature request related to a problem? Please describe.**
No. This is an enhancement request.
**Describe the solution you'd like**
I recently discovered this library and would love to us…