Home | History | Annotate | Download | only in tests

Lines Matching refs:lcg_seed

48 uint32_t lcg_seed = 48271;
50 return lcg_seed = (static_cast<uint64_t>(lcg_seed) * 279470273UL) % 4294967291UL;
52 void lcg_reset() { lcg_seed = 48271; }