Searched refs:randomSetIndex (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/mediaplayer/playlist/
H A DRandomizePLItemsCommand.cpp61 int32 randomSetIndex = rand() % indexSet.CountItems(); local
62 fRandomInternalIndices[i] = (int32)(addr_t)indexSet.RemoveItem(randomSetIndex);

Completed in 37 milliseconds