Releases: marcoconti83/DiceExpression
Releases · marcoconti83/DiceExpression
Finally
0.3.3: Antiques
Fix wrong description for DiceExpression and no description for Dice
0.3.2: Calling home
Fix faces and repetitions being swapped in DiceExpression
0.3.1: Pumpkin seeds
- Make
DiceExpression
conform to rollable
0.3.0: Lengthy phone call
- Add
Dice
, to simulate one (or multiple) dice rolls with no modifiers, without having to use a string - Add
RandomTable
, to simulate a selection from a weighted table. Think of a "random treasure generator" table (http://www.dandwiki.com/wiki/SRD:Treasure)
0.2.1: Aim low
- Swift 2.2
- Change minimum deployment target to 10.9
0.2.0: Pick a card
Additions
- Added function to pick a random integer
- Added functions to pick one or more random elements from a collection
0.1.0: Monopoly
Initial release