Home
last modified time | relevance | path

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

/freebsd-src/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-src/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::__anonab4eb1430111::Random
[all...]
/freebsd-src/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h859 explicit Random(uint32_t seed) : state_(seed) {} Random() function