Searched refs:uniform_rand (Results 1 – 1 of 1) sorted by relevance
68 std::uniform_int_distribution<int> uniform_rand(0, ip_addresses_.size() - 1); in GetRandomIP() local69 int index = uniform_rand(random_engine_); in GetRandomIP()