TabletopAssistant / DiceKit

Swift framework for expressing and evaluating dice notation (e.g., d20, 4d6+4, 3d8×10+2), which is commonly used in tabletop role-playing games.
Apache License 2.0
14 stars 1 forks source link

Make `Outcome` in `ProbabilityMass` & `FrequencyDistribution` generic #66

Closed brentleyjones closed 9 years ago

brentleyjones commented 9 years ago

This allows future probability distributions that hold more information in the Outcome type.

Needed to support #4.

JonathanHoffman commented 9 years ago

Nice change. :+1:

LoganJohnson commented 9 years ago

:+1: