Home | History | Annotate | Download | only in intltest

Lines Matching refs:m_rand

978 static uint32_t m_rand()
1030 int32_t index = m_rand() % size;
1068 int32_t index = m_rand() % itemCount;
1076 int32_t offset = m_rand() % (rangeEnd - rangeStart + 1);
1123 int32_t s = m_rand() % stringCount;
1155 int32_t pieces = (m_rand() % 4) + 1;
1165 int32_t monkey = m_rand() % monkeyCount;