A dice roller accepting dice notation written in Rust. Not maintained.
Also on crates.io if you want.
d8
, 2d12
.d4 + 2d6
.d100 - 15
.d12 * 2
.d100 / 15
. (Note that fractional values are rounded to the nearest integer.)(d100 + d12) / 15
.1d4 + 2d6 * 3d2 / 4d8 + (2d6 + 3d8) - 16 * (1 / 1d4)
.d%
= d100
.1d1
= 0
or 1
.rfyl is Public Domain software available under the Creative Commons 0. See LICENSE and COPYING for more information.