Searched defs:Rand (Results 1 – 12 of 12) sorted by relevance
16 std::mt19937 Rand; in TEST() local23 std::mt19937 Rand; in TEST() local29 std::mt19937 Rand; in TEST() local
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()
813 Random Rand(Seed); in FuzzerDriver() local
51 Random Rand(0); in TEST() local139 Random Rand(0); in TestEraseBytes() local175 Random Rand(0); in TestInsertByte() local211 Random Rand(0); in TestInsertRepeatedBytes() local256 Random Rand(0); in TestChangeByte() local292 Random Rand(0); in TestChangeBit() local328 Random Rand(0); in TestShuffleBytes() local358 Random Rand(0); in TestCopyPart() local408 Random Rand(0); in TEST() local421 Random Rand(0); in TestAddWordFromDictionary() local[all …]
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::__anon707eaac40111::Random