Home
last modified time | relevance | path

Searched defs:PRNG (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Transforms/Utils/
H A DMetaRenamer.cpp78 struct PRNG { struct
79 unsigned long next;
81 void srand(unsigned int seed) { next = seed; } in srand()
83 int rand() { in rand()
/llvm-project/third-party/benchmark/src/
H A Dsysinfo.cc817 using PRNG = std::minstd_rand; in GetCPUCyclesPerSecond() typedef