factor/basis/random/random-tests.factor

9 lines
270 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
2008-03-28 23:12:11 -04:00
[ 4 ] [ [ 4 random-bytes length ] with-secure-random ] unit-test
[ 7 ] [ [ 7 random-bytes length ] with-secure-random ] unit-test