Home
last modified time | relevance | path

Searched defs:Rand (Results 1 – 12 of 12) sorted by relevance

/llvm-project/llvm/unittests/FuzzMutate/
H A DReservoirSamplerTest.cpp16 std::mt19937 Rand; in TEST() local
23 std::mt19937 Rand; in TEST() local
29 std::mt19937 Rand; in TEST() local
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerRandom.h22 typename std::enable_if<std::is_integral<T>::value, T>::type Rand() { in Rand() function
H A DFuzzerMutate.h127 Random &Rand; variable
H A DFuzzerCorpus.h303 InputInfo &ChooseUnitToMutate(Random &Rand) { in ChooseUnitToMutate()
309 InputInfo &ChooseUnitToCrossOverWith(Random &Rand, bool UniformDist) { in ChooseUnitToCrossOverWith()
319 size_t ChooseUnitIdxToMutate(Random &Rand) { in ChooseUnitIdxToMutate()
496 void UpdateCorpusDistribution(Random &Rand) { in UpdateCorpusDistribution()
H A DFuzzerMutate.cpp27 MutationDispatcher::MutationDispatcher(Random &Rand, in MutationDispatcher()
63 static char RandCh(Random &Rand) { in RandCh()
402 size_t ChangeBinaryInteger(uint8_t *Data, size_t Size, Random &Rand) { in ChangeBinaryInteger()
H A DFuzzerFork.cpp99 Random *Rand; member
312 void FuzzWithFork(Random &Rand, const FuzzingOptions &Options, in FuzzWithFork() argument
H A DFuzzerDataFlowTrace.cpp162 std::vector<SizedFile> &CorporaFiles, Random &Rand) { in Init()
H A DFuzzerDriver.cpp813 Random Rand(Seed); in FuzzerDriver() local
/llvm-project/compiler-rt/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp51 Random Rand(0); in TEST() local
139 Random Rand(0); in TestEraseBytes() local
175 Random Rand(0); in TestInsertByte() local
211 Random Rand(0); in TestInsertRepeatedBytes() local
256 Random Rand(0); in TestChangeByte() local
292 Random Rand(0); in TestChangeBit() local
328 Random Rand(0); in TestShuffleBytes() local
358 Random Rand(0); in TestCopyPart() local
408 Random Rand(0); in TEST() local
421 Random Rand(0); in TestAddWordFromDictionary() local
[all …]
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h50 inline u32 Rand(u32 *state) { // ANSI C linear congruential PRNG. in Rand() function
/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandomIRBuilder.h38 RandomEngine Rand; member
/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp93 uint32_t Rand() { in Rand() function in llvm::__anon707eaac40111::Random