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

/fuchsia/zircon/kernel/lib/libc/
H A Drand.c22 uint64_t new_seed = 6364136223846793005ULL * old_seed + 1; local
23 if (atomic_cmpxchg_u64_relaxed(&randseed, &old_seed, new_seed)) {
24 return new_seed >> 33;

Completed in 27 milliseconds