tests: remove determinism test

This commit is contained in:
hellerve 2020-10-15 13:16:49 +02:00
parent 1e04da3dac
commit 2ea1dfb5e7

View File

@ -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))