aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-01-30 14:01:54 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-01-30 14:01:54 -0800
commit64d52bf3633b99a0a911b7b1be2bb14d77f21584 (patch)
treea14902c98ca953996770e67152f49a07ea77fdf3 /tests
parent90e12f496f662a5750bddade622e58c5e89b87e1 (diff)
use all 32 bits in rand_r
Diffstat (limited to 'tests')
-rw-r--r--tests/test_core.py36
1 files changed, 18 insertions, 18 deletions
diff --git a/tests/test_core.py b/tests/test_core.py
index aa69bc4e..594350fb 100644
--- a/tests/test_core.py
+++ b/tests/test_core.py
@@ -3565,26 +3565,26 @@ int main()
return 0;
}
'''
- expected = '''2073540312
-730128159
-1365227432
-1337224527
+ expected = '''-73943336
+-1417355489
+-782256216
+-810259121
792390264
-1952655743
-983994184
-1982845871
-1210574360
-1479617503
-2073540312
-730128159
-1365227432
-1337224527
+-194827905
+-1163489464
+-164637777
+-936909288
+-667866145
+-73943336
+-1417355489
+-782256216
+-810259121
792390264
-1952655743
-983994184
-1982845871
-1210574360
-1479617503
+-194827905
+-1163489464
+-164637777
+-936909288
+-667866145
'''
self.do_run(src, expected)