diff --git a/basis/random/random-tests.factor b/basis/random/random-tests.factor index 3bbcd943be..76807cc62f 100644 --- a/basis/random/random-tests.factor +++ b/basis/random/random-tests.factor @@ -46,7 +46,7 @@ IN: random.tests { t t } [ 50000 [ 1 3 pareto-random-float ] replicate [ mean ] [ std ] bi - [ 1.5 .3 ~ ] [ 3 sqrt 2 / .3 ~ ] bi* + [ 1.5 .5 ~ ] [ 3 sqrt 2 / .5 ~ ] bi* ] unit-test { t t }