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 196908a commit 35b9dcfCopy full SHA for 35b9dcf
tests/map/mt19937.c
@@ -43,4 +43,4 @@ uint64_t mt19937_extract()
43
44
index = (index + 1) % 624;
45
return y;
46
-}
+}
0 commit comments