Searched refs:sanity_bound (Results 1 – 3 of 3) sorted by relevance
49 size_t SampleExponential(size_t mean, size_t sanity_bound) { in SampleExponential() argument51 sanity_bound); in SampleExponential()
109 size_t HpackFuzzUtil::SampleExponential(size_t mean, size_t sanity_bound) { in SampleExponential() argument110 return std::min<size_t>(-std::log(base::RandDouble()) * mean, sanity_bound); in SampleExponential()
39 static size_t SampleExponential(size_t mean, size_t sanity_bound);