Skip to content

Commit

Permalink
Update reference test outputs after change of PRNG
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierleroy committed Jan 14, 2022
1 parent 1a4d9c8 commit ea4947f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions testsuite/tests/lazy/minor_major_force.reference
Expand Up @@ -7,10 +7,10 @@ updating fields in x

x.lzy_string=<not forced> [shared=false]
x.lzy_int=<not forced> [shared=false]
forcing x.lzy_str [0.152944] false 250
forcing x.lzy_int [175] false 250
x.lzy_string=0.152944 [shared=false]
x.lzy_int=175 [shared=false]
forcing x.lzy_str [0.237544] false 250
forcing x.lzy_int [252] false 250
x.lzy_string=0.237544 [shared=false]
x.lzy_int=252 [shared=false]
Gc.minor ()
x.lzy_string=0.152944 [shared=true]
x.lzy_int=175 [shared=true]
x.lzy_string=0.237544 [shared=true]
x.lzy_int=252 [shared=true]
20 changes: 10 additions & 10 deletions testsuite/tests/lib-random/parallel.reference
@@ -1,12 +1,12 @@
31 7 82
20 86 99
3 74 67
73 1 53
15 48 91
48 37 72
54 68 47
43 2 60
41 29 67
39 43 91
77 98 31
61 5 3
88 51 35
40 14 74
3 35 72
10 85 89
75 96 18
14 14 39
36 87 13
16 49 92
Note: we observe in this output that the random numbers of each child domain
appear uncorrelated, yet are produced deterministically.

0 comments on commit ea4947f

Please sign in to comment.