Home
last modified time | relevance | path

Searched defs:RandomSeed (Results 1 – 4 of 4) sorted by relevance

/llvm-project/flang/unittests/Runtime/
H A DRandom.cpp45 TEST(RandomNumber, RandomSeed) { in TEST() argument
/llvm-project/flang/runtime/
H A Drandom.cpp178 RTNAME(RandomSeed) RTNAME() argument
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cpp16 static u32 RandomSeed() { in RandomSeed() function
/llvm-project/bolt/lib/Passes/
H A DReorderAlgorithm.cpp45 cl::opt<uint32_t> RandomSeed("bolt-seed", cl::desc("seed for randomization"), variable