HomeSort by relevance Sort by last modified time
    Searched refs:Xorshift128Plus (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/scudo/
scudo_utils.h 41 struct Xorshift128Plus {
43 Xorshift128Plus();
scudo_utils.cpp 120 // Default constructor for Xorshift128Plus seeds the state with /dev/urandom
121 Xorshift128Plus::Xorshift128Plus() {
scudo_allocator.cpp 47 static thread_local Xorshift128Plus Prng;

Completed in 623 milliseconds