diff --git a/extra/random/random-tests.factor b/extra/random/random-tests.factor index 0ceac5f5a7..d85df3e0be 100644 --- a/extra/random/random-tests.factor +++ b/extra/random/random-tests.factor @@ -3,3 +3,6 @@ IN: random.tests [ 4 ] [ 4 random-bytes length ] unit-test [ 7 ] [ 7 random-bytes length ] unit-test + +[ 4 ] [ [ 4 random-bytes length ] with-secure-random ] unit-test +[ 7 ] [ [ 7 random-bytes length ] with-secure-random ] unit-test