Home
last modified time | relevance | path

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

/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
/llvm-project/llvm/unittests/Object/
H A DELFTypesTest.cpp46 static const uint8_t Random[] = {1, 2, 3, 4, 5, 6, 7, 8, 9}; in TEST() local
/llvm-project/libcxx/benchmarks/algorithms/
H A Dcommon.h
/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::__anon707eaac40111::Random
[all...]
/llvm-project/libcxx/benchmarks/
H A Dordered_set.bench.cpp
H A Dformatter_float.bench.cpp
H A Dmap.bench.cpp
/llvm-project/clang/test/ARCMT/
H A Dobjcmt-ns-macros.m208 Random = 0, enum
/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h859 explicit Random(uint32_t seed) : state_(seed) {} in Random() function