diff options
| author | Gertjan van den Burg <burg@ese.eur.nl> | 2015-07-31 16:38:55 +0200 |
|---|---|---|
| committer | Gertjan van den Burg <burg@ese.eur.nl> | 2015-07-31 16:38:55 +0200 |
| commit | e5ad841afc8d7c6db4af3dc0de6206eb28472151 (patch) | |
| tree | f762a55b0e25f1119a0474fbe7d94d806ff9c844 /test/test.py | |
| parent | update R usage to use the SyncRNG library (diff) | |
| download | SyncRNG-e5ad841afc8d7c6db4af3dc0de6206eb28472151.tar.gz SyncRNG-e5ad841afc8d7c6db4af3dc0de6206eb28472151.zip | |
updated tests and added run_test script
Diffstat (limited to 'test/test.py')
| -rw-r--r-- | test/test.py | 2 |
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) |
