Home
last modified time | relevance | path

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

/freebsd/contrib/bc/
H A DLICENSE.md57 ## Rand section in License
/freebsd/contrib/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 DFuzzerCorpus.h302 ChooseUnitToMutate(Random & Rand) ChooseUnitToMutate() argument
308 ChooseUnitToCrossOverWith(Random & Rand,bool UniformDist) ChooseUnitToCrossOverWith() argument
318 ChooseUnitIdxToMutate(Random & Rand) ChooseUnitIdxToMutate() argument
495 UpdateCorpusDistribution(Random & Rand) UpdateCorpusDistribution() argument
[all...]
H A DFuzzerMutate.h127 Random &Rand; variable
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()
H A DFuzzerDataFlowTrace.cpp162 std::vector<SizedFile> &CorporaFiles, Random &Rand) { in Init()
H A DFuzzerDriver.cpp813 Random Rand(Seed); in FuzzerDriver() local
/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandomIRBuilder.h38 RandomEngine Rand; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp93 uint32_t Rand() { in Rand() function in llvm::__anone1ed83310111::Random