Home | History | Annotate | Download | only in intltest

Lines Matching full:m_rand

1682 static uint32_t m_rand()
1734 int32_t index = m_rand() % size;
1772 int32_t index = m_rand() % itemCount;
1780 int32_t offset = m_rand() % (rangeEnd - rangeStart + 1);
1827 int32_t s = m_rand() % stringCount;
1859 int32_t pieces = (m_rand() % 4) + 1;
1869 int32_t monkey = m_rand() % monkeyCount;