factor/extra/random/random-tests.factor

6 lines
139 B
Factor
Raw Normal View History

2008-03-28 23:10:01 -04:00
USING: random sequences tools.test ;
IN: random.tests
[ 4 ] [ 4 random-bytes length ] unit-test
[ 7 ] [ 7 random-bytes length ] unit-test