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 016404f commit 1ff21edCopy full SHA for 1ff21ed
src/stdlib.c
@@ -69,9 +69,9 @@ typedef struct _Alloc
69
/* variables */
70
extern char ** environ;
71
static Alloc _alloc = { 0, NULL, NULL };
72
-static uint32_t _seed_lfsr = 1;
73
-static uint32_t _seed_xc = 1;
74
-static uint16_t _seed_y = 0;
+static uint32_t _seed_lfsr = 0x61a864db;
+static uint32_t _seed_xc = 0x00015894;
+static uint16_t _seed_y = 0xf3b8;
75
76
77
/* prototypes */
0 commit comments