5 lines
117 B
Factor
5 lines
117 B
Factor
|
IN: temporary
|
||
|
USING: kernel math sequences test ;
|
||
|
|
||
|
[ t ] [ 100 [ drop 20 random-int 0 20 between? ] all? ] unit-test
|