Lines Matching full:m_seed
69 static uint32_t m_seed = 1;72 m_seed = m_seed * 1103515245 + 12345;73 return (uint32_t)(m_seed/65536) % 32768;