aboutsummaryrefslogtreecommitdiff
path: root/test/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.py')
-rw-r--r--test/test.py2
1 files changed, 1 insertions, 1 deletions
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)