Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/llvm/unittests/Object/
H A DELFTypesTest.cpp45 static const uint8_t Random[] = {1, 2, 3, 4, 5, 6, 7, 8, 9}; in TEST() local
/llvm-project-15.0.7/libcxx/benchmarks/algorithms/
H A Dcommon.h33 Random, enumerator
/llvm-project-15.0.7/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp83 class Random { class
86 Random(unsigned _seed):Seed(_seed) {} in Random() function in llvm::__anonb51810610111::Random
/llvm-project-15.0.7/libcxx/benchmarks/
H A Dordered_set.bench.cpp29 enum class AccessPattern { Ordered, Random }; enumerator
H A Dformatter_float.bench.cpp63 enum class ValueE { Inf, Random }; enumerator
H A Dmap.bench.cpp45 enum class Order { Sorted, Random }; enumerator
/llvm-project-15.0.7/clang/test/ARCMT/
H A Dobjcmt-ns-macros.m208 Random = 0, enum
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h841 explicit Random(UInt32 seed) : state_(seed) {} in Random() function