Home
last modified time | relevance | path

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

/freebsd-src/contrib/bc/
H A DLICENSE.md57 ## Rand section in License
/freebsd-src/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 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.cpp812 Random Rand(Seed); FuzzerDriver() local
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandomIRBuilder.h38 RandomEngine Rand; member
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp93 uint32_t Rand() { in Rand() function in llvm::__anonab4eb1430111::Random