Searched refs:random_stop (Results 1 – 1 of 1) sorted by relevance
144 std::uniform_int_distribution<int> random_stop(0, maxatoms_ - atoms); in GenerateRandomPostfix() local153 if (nstk == 1 && random_stop(rng_) == 0) { in GenerateRandomPostfix()