Home | History | Annotate | Download | only in intltest

Lines Matching full:m_rand

979 static uint32_t m_rand()
1031 int32_t index = m_rand() % size;
1069 int32_t index = m_rand() % itemCount;
1077 int32_t offset = m_rand() % (rangeEnd - rangeStart + 1);
1124 int32_t s = m_rand() % stringCount;
1156 int32_t pieces = (m_rand() % 4) + 1;
1166 int32_t monkey = m_rand() % monkeyCount;