Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerRandom.h19 Random(unsigned int seed) : std::minstd_rand(seed) {} in Random() function
H A DFuzzerDefs.h29 class Random; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp86 class Random { class
89 Random(unsigned _seed):Seed(_seed) {} in Random() function in llvm::__anone1ed83310111::Random
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h853 explicit Random(uint32_t seed) : state_(seed) {} in Random() function