Home | History | Annotate | Download | only in intltest

Lines Matching refs:m_seed

77 static uint32_t m_seed = 1;
80 m_seed = m_seed * 1103515245 + 12345;
81 return (uint32_t)(m_seed/65536) % 32768;