Searched refs:choice_index (Results 1 – 1 of 1) sorted by relevance
56 size_t choice_index = distribution(*random); in SelectRandomItemUniform() local57 return items[choice_index]; in SelectRandomItemUniform()