Searched defs:Rand (Results 1 – 11 of 11) sorted by relevance
57 ## Rand section in License
22 typename std::enable_if<std::is_integral<T>::value, T>::type Rand() { in Rand() function
127 Random &Rand; variable
303 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()
27 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()
99 Random *Rand; member 312 void FuzzWithFork(Random &Rand, const FuzzingOptions &Options, in FuzzWithFork() argument
162 std::vector<SizedFile> &CorporaFiles, Random &Rand) { in Init()
812 Random Rand(Seed); FuzzerDriver() local
50 inline u32 Rand(u32 *state) { // ANSI C linear congruential PRNG. in Rand() function
38 RandomEngine Rand; member
93 uint32_t Rand() { in Rand() function in llvm::__anonab4eb1430111::Random