Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dregexp_generator.cc144 std::uniform_int_distribution<int> random_stop(0, maxatoms_ - atoms); in GenerateRandomPostfix() local
153 if (nstk == 1 && random_stop(rng_) == 0) { in GenerateRandomPostfix()