Searched refs:m_rand (Results 1 – 6 of 6) sorted by relevance
13 std::minstd_rand m_rand; member in RandomIntGenerator19 m_rand(std::random_device{}()), in RandomIntGenerator()27 current_number = m_dist(m_rand); in next()
988 static uint32_t m_rand() in m_rand() function1040 int32_t index = m_rand() % size; in append()1078 int32_t index = m_rand() % itemCount; in append()1086 int32_t offset = m_rand() % (rangeEnd - rangeStart + 1); in append()1133 int32_t s = m_rand() % stringCount; in generateAlternative()1165 int32_t pieces = (m_rand() % 4) + 1; in generateTestCase()1175 int32_t monkey = m_rand() % monkeyCount; in generateTestCase()
75 static uint32_t m_rand() in m_rand() function134 int len8 = m_rand()%4 + 1; in TextTest()
1677 static uint32_t m_rand() in m_rand() function4093 int32_t aClassNum = m_rand() % numCharClasses; in RunMonkey()4095 int32_t charIdx = m_rand() % classSet->size(); in RunMonkey()
1872 private static int m_rand() in m_rand() method in RBBITestMonkey2002 int aClassNum = m_rand() % numCharClasses; in RunMonkey()2004 int charIdx = m_rand() % classSet.size(); in RunMonkey()
1875 private static int m_rand() in m_rand() method in RBBITestMonkey2005 int aClassNum = m_rand() % numCharClasses; in RunMonkey()2007 int charIdx = m_rand() % classSet.size(); in RunMonkey()