DiceNotation

A Interpreter for standard dice notation in Java.
eg.
input: "2d6"
(Where 2d6 means roll two six sided dice) output: "Rolling 2d6: 2 6"

Dice notation