posita / dyce

Simple Python tools for exploring dice outcomes and other finite discrete probabilities
https://posita.github.io/dyce/
Other
33 stars 2 forks source link

Need substitution (explode, etc.) support for Rollers #4

Closed posita closed 2 years ago

posita commented 3 years ago

Currently, Rollers support relatively low-level operations, the most complicated being selection. That leaves implementing things like "exploding" dice up to library clients. Histograms already support exploding dice through substitution. Rollers should implement an analogous mechanism.