]> gitweb.factorcode.org Git - factor.git/blob - core/test/math/random.factor
more sql changes
[factor.git] / core / test / math / random.factor
1 IN: temporary
2 USING: kernel math sequences test ;
3
4 [ t ] [ 100 [ drop 20 random-int 0 20 between? ] all? ] unit-test