Searched refs:temper (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/prng/
H A Drand_r.c3 static unsigned temper(unsigned x) { function
12 return temper(*seed = *seed * 1103515245 + 12345) / 2;

Completed in 23 milliseconds