Searched defs:Random (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerRandom.h | 19 Random(unsigned int seed) : std::minstd_rand(seed) {} in Random() function
|
| H A D | FuzzerDefs.h | 29 class Random; variable
|
| /llvm-project-15.0.7/llvm/unittests/Object/ |
| H A D | ELFTypesTest.cpp | 45 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 D | common.h | 33 Random, enumerator
|
| /llvm-project-15.0.7/llvm/tools/llvm-stress/ |
| H A D | llvm-stress.cpp | 83 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 D | ordered_set.bench.cpp | 29 enum class AccessPattern { Ordered, Random }; enumerator
|
| H A D | formatter_float.bench.cpp | 63 enum class ValueE { Inf, Random }; enumerator
|
| H A D | map.bench.cpp | 45 enum class Order { Sorted, Random }; enumerator
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | objcmt-ns-macros.m | 208 Random = 0, enum
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/ |
| H A D | gtest-internal.h | 841 explicit Random(UInt32 seed) : state_(seed) {} in Random() function
|