Searched refs:randIndex (Results 1 – 1 of 1) sorted by relevance
387 uint32_t randIndex = (std::uint32_t) rand() % indexList.size(); in ChooseRightComponentIndex() local388 index = indexList[randIndex]; in ChooseRightComponentIndex()391 uint32_t randIndex = treemanager->FindInputComponentIndex(shouldScreenCap); in ChooseRightComponentIndex() local392 DEBUG_LOG_STR("ComponentInput::FocusInput START: randomIndex: %u", randIndex); in ChooseRightComponentIndex()393 index = randIndex % componentInfos.size(); in ChooseRightComponentIndex()