factor/extra/dice/dice-tests.factor

7 lines
214 B
Factor
Raw Normal View History

2015-07-14 23:35:10 -04:00
USING: kernel math tools.test ;
IN: dice
2015-07-14 23:35:10 -04:00
{ [ 1 4 random-roll ] } [ "1d4" roll-quot ] unit-test
{ [ 1 4 random-roll 3 + ] } [ "1d4+3" roll-quot ] unit-test
{ [ 15 45 random-roll ] } [ "15d45" roll-quot ] unit-test