6 lines
139 B
Factor
6 lines
139 B
Factor
|
USING: random sequences tools.test ;
|
||
|
IN: random.tests
|
||
|
|
||
|
[ 4 ] [ 4 random-bytes length ] unit-test
|
||
|
[ 7 ] [ 7 random-bytes length ] unit-test
|