From e5ad841afc8d7c6db4af3dc0de6206eb28472151 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 31 Jul 2015 16:38:55 +0200 Subject: updated tests and added run_test script --- test/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test.py') diff --git a/test/test.py b/test/test.py index ea0b79f..7d3f9f5 100644 --- a/test/test.py +++ b/test/test.py @@ -9,7 +9,7 @@ def test_randi(): def test_rand(): s = SyncRNG(seed=123456) for i in range(5): - print(s.rand()) + print('%.16f' % s.rand()) def test_randbelow(): s = SyncRNG(seed=123456) -- cgit v1.2.3