Searched refs:m_rand (Results 1 – 5 of 5) sorted by relevance
979 static uint32_t m_rand() in m_rand() function1031 int32_t index = m_rand() % size; in append()1069 int32_t index = m_rand() % itemCount; in append()1077 int32_t offset = m_rand() % (rangeEnd - rangeStart + 1); in append()1124 int32_t s = m_rand() % stringCount; in generateAlternative()1156 int32_t pieces = (m_rand() % 4) + 1; in generateTestCase()1166 int32_t monkey = m_rand() % monkeyCount; in generateTestCase()
72 static uint32_t m_rand() in m_rand() function131 int len8 = m_rand()%4 + 1; in TextTest()
1997 static uint32_t m_rand() in m_rand() function4173 int32_t aClassNum = m_rand() % numCharClasses; in RunMonkey()4175 int32_t charIdx = m_rand() % classSet->size(); in RunMonkey()
1601 private static int m_rand() in m_rand() method in RBBITestMonkey1726 int aClassNum = m_rand() % numCharClasses; in RunMonkey()1728 int charIdx = m_rand() % classSet.size(); in RunMonkey()
1605 private static int m_rand() in m_rand() method in RBBITestMonkey1730 int aClassNum = m_rand() % numCharClasses; in RunMonkey()1732 int charIdx = m_rand() % classSet.size(); in RunMonkey()