Home | History | Annotate | Download | only in intltest

Lines Matching defs:m_seed

67 static uint32_t m_seed = 1;
70 m_seed = m_seed * 1103515245 + 12345;
71 return (uint32_t)(m_seed/65536) % 32768;