Skip to content

Commit 64986be

Browse files
committed
DEBUG DO NOT USE | test if tests pass with different rand impl
1 parent 52c1592 commit 64986be

File tree

1 file changed

+6
-6
lines changed
  • test/standalone/random/src

1 file changed

+6
-6
lines changed

test/standalone/random/src/main.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ const int rand_0[] = {
7171
0x3D8B69,
7272
0x7363AF,
7373
0x06A9DD,
74-
0x00E184,
75-
0x650F74,
74+
0x00E185,
75+
0x650F75,
7676
0x04D90B,
77-
0x3FA825,
78-
0x74C8E6,
79-
0x383D5D,
77+
0x3FA826,
78+
0x74C8E7,
79+
0x383D5E,
8080
0x21AACA,
8181
0x056CF1,
82-
0x11BB40,
82+
0x11BB41,
8383
0x537384,
8484
0x1A3F68,
8585
};

0 commit comments

Comments
 (0)