We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bddd79e commit 6289ba3Copy full SHA for 6289ba3
src/common/xqc_random.c
@@ -34,7 +34,7 @@ long xqc_random(void) {
34
return result;
35
#else
36
long result = random();
37
- return random();
+ return result;
38
#endif
39
}
40
0 commit comments