Home
last modified time | relevance | path

Searched refs:RandCh (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMutate.cpp63 static char RandCh(Random &Rand) { in RandCh() function
138 Data[Idx] = RandCh(Rand); in Mutate_InsertByte()
165 Data[Idx] = RandCh(Rand); in Mutate_ChangeByte()