factor/extra/dice/dice-tests.factor

6 lines
210 B
Factor
Raw Permalink Normal View History

2018-02-15 11:45:08 -05:00
USING: dice kernel math tools.test ;
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