Home
last modified time | relevance | path

Searched refs:M_firsttime2 (Results 1 – 1 of 1) sorted by relevance

/haiku/src/libs/mapm/
H A Dmapm_rnd.c91 static int M_firsttime2 = TRUE; variable
158 if (M_firsttime2 == FALSE) in M_free_all_rnd()
166 M_firsttime2 = TRUE; in M_free_all_rnd()
174 if (M_firsttime2) in m_apm_set_random_seed()
190 if (M_firsttime2) /* use the system time as the initial seed value */ in m_apm_get_random()
192 M_firsttime2 = FALSE; in m_apm_get_random()