diff --git a/test/random.carp b/test/random.carp index 26681517..943cc420 100644 --- a/test/random.carp +++ b/test/random.carp @@ -3,11 +3,6 @@ (use-all Random Test) (deftest test - (assert-op test - 0.658908 - (Random.random) - "deterministic randomization works as expected" - Double.approx) (assert-op test 0.536041 (do (Random.seed-from 33333.0) (Random.random))