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 ea3afec commit 6260241Copy full SHA for 6260241
bn_s_mp_rand_jenkins.c
@@ -5,7 +5,7 @@
5
6
/* Bob Jenkins' http://burtleburtle.net/bob/rand/smallprng.html */
7
/* Chosen for speed and a good "mix" */
8
-typedef struct ranctx {
+typedef struct {
9
uint64_t a;
10
uint64_t b;
11
uint64_t c;
0 commit comments