Home
last modified time | relevance | path

Searched defs:ZipfTest (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/random/
Dzipf_distribution_test.cc212 class ZipfTest : public testing::TestWithParam<zipf_u64::param_type>, class
215 ZipfTest() : ZipfModel(GetParam().k(), GetParam().q(), GetParam().v()) {} in ZipfTest() function in __anon640fd5740111::ZipfTest
223 TEST_P(ZipfTest, ChiSquaredTest) { in TEST_P() argument