factor/library/test/math/random.factor

5 lines
117 B
Factor
Raw Normal View History

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