Searched refs:one_to_thousand (Results 1 – 1 of 1) sorted by relevance
83 std::uniform_int_distribution<> one_to_thousand(1, 1000); in test() local85 int action = one_to_thousand(rand); in test()