Searched refs:rand32_t (Results 1 – 6 of 6) sorted by relevance
20 } rand32_t; typedef26 static inline uint32_t rand32(rand32_t* state) { in rand32()42 static inline void srand32(rand32_t* state, const char* str) { in srand32()
44 } rand32_t; typedef46 static inline uint32_t rand32(rand32_t* state) { in rand32()54 rand32_t rstate = { .n = 0x8716253 };
24 rand32_t r = { .n = *m }; in Randomize()
27 rand32_t rops;
48 rand32_t rops;
441 rand32_t seed_gen = RAND32SEED(static_cast<uint32_t>(base_seed + tid)); in DoWork()444 rand32_t work_gen = RAND32SEED(rand32(&seed_gen)); in DoWork()
Completed in 13 milliseconds