Dice
Allows you to roll or view the probablity of any sided dice (even 1 sided).
'1d6'
=> roll a 1 6 sided dice'2d6 3d4'
=> Roll many kinds of dice in this case 2 6 sided dice and 3 4 sided dice'2d10*'
=> show value probability of 2 10 sided dice'2d6>8'
=> probability of 2 6 sided dice being greater than 8'2d6* 1d12*'
=> compare 2 6 sided dice probability with 1 12 sided dice probabilityGo