An open API service indexing awesome lists of open source software.

https://github.com/oncomouse/dice


https://github.com/oncomouse/dice

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Roll Dice

Console app to roll dice:

```
> node index 1d6+10
15
> node index 2d100
112
> node index 4d8+4
23
```

Generates random numbers using [random.org](http://random.org), which samples atmospheric noise for random number generation.

Can roll standard DnD dice: 4-side, 6-sided, 8-sided, 10-sided, 12-sided, 20-sided, and 100-sided.