Searched defs:randseed (Results 1 – 4 of 4) sorted by relevance
43 static unsigned int randseed; in randit() local
610 static void randseed (lua_State *L, RanState *state) { in randseed() function
838 uint32_t randseed; in LLVMFuzzerTestOneInput() local
1163 randseed = int(time.time()) variable