Searched defs:Random (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerRandom.h17 class Random : public std::minstd_rand { class in namespace:fuzzer
19 Random(unsigned int seed) : std::minstd_rand(seed) {} function in class:fuzzer::Random
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp109 class Random { class in namespace:llvm::__anon5869
112 Random(unsigned _seed):Seed(_seed) {} function in class:llvm::__anon5869::Random
[all...]
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h788 class GTEST_API_ Random { class in namespace:testing::internal
792 explicit Random(UInt32 seed) : state_(seed) {} function in class:testing::internal::Random

Completed in 62 milliseconds