factor/core/test/math/random.factor

5 lines
113 B
Factor

IN: temporary
USING: kernel math sequences test ;
[ t ] [ 100 [ drop 20 random 0 20 between? ] all? ] unit-test