rouler
rouler copied to clipboard
An easy to use dice rolling library for Rust
I saw where the exploding dice were requested, it is my opinion that should really be handled elsewhere in the program. It is like you said it is usually a...
This is an unpolished (no tests, not implemented for custom dice) proof-of-concept of postfix operators for dice, done by treating dice as their own opaque token in a similar fashion...
As I have mentioned before, I am working on a fork of this project that will align the accepted `Roller` strings closer to the [Roll20 Dice Reference](https://wiki.roll20.net/Dice_Reference). That being said,...
I recently used `rouler` for a small Telegram app that rolled dice for users. One downside of the existing error handling scheme (`panic!` on a failed parse) is that it...
I need to do some simulation, where there are exploding dice. I.e. when you roll the highest dice, your dice explode and you roll again. And if your dice roll...