Home | History | Annotate | Download | only in intltest

Lines Matching refs:m_seed

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