Searched refs:num_actions_for_thread (Results 1 – 1 of 1) sorted by relevance
339 size_t num_actions_for_thread; in Run() local340 rng.GetInt(num_actions_for_thread, kMaxActionsPerThread + 1); in Run()341 for (size_t j = 0; j < num_actions_for_thread; ++j) { in Run()