Searched defs:Prng (Results 1 – 2 of 2) sorted by relevance
49 Prng() : seed_(1) { set_seed(seed_); } in Prng() function
47 static thread_local Xorshift128Plus Prng; variable