Searched refs:FuzzerRandomGenerator (Results 1 – 6 of 6) sorted by relevance
26 class FuzzerRandomGenerator : public RandomGenerator {28 FuzzerRandomGenerator(FuzzedDataProvider* provider) : provider_(provider) {} in FuzzerRandomGenerator() function
34 pw::random::FuzzerRandomGenerator rng(provider); in FuzzGetInt()
27 pw::random::FuzzerRandomGenerator rng(&fuzzed_data_provider); in LLVMFuzzerTestOneInput()
46 pw::random::FuzzerRandomGenerator rng(&provider); in LLVMFuzzerTestOneInput()
172 pw::random::FuzzerRandomGenerator rng_;
162 pw::random::FuzzerRandomGenerator rng(&fuzzed_data_provider); in LLVMFuzzerTestOneInput()