Searched refs:fastrand_seed (Results 1 – 2 of 2) sorted by relevance
107 extern unsigned int fastrand_seed;109 fastrand_seed = fastrand_seed * 214013u + 2531011u; in fastrand()110 return static_cast<int>((fastrand_seed >> 16) & 0xffff); in fastrand()
25 unsigned int fastrand_seed = 0xfb; variable