Searched defs:srandom (Results 1 – 14 of 14) sorted by relevance
64 srandom(unsigned long seed) { in srandom() function
41 srandom(unsigned seed) in srandom() function
229 srandom (unsigned int x) in srandom() function
231 srandom (unsigned int x) in srandom() function
305 srandom(unsigned int x) in srandom() function
1292 #define srandom(x) srand(x) /* on win32, for tests only (bad random) */ macro
131 # define srandom(seed) srand(seed) macro
164 #define srandom(x) srand(x) macro
1309 #define srandom(x) srand(x) /* on win32, for tests only (bad random) */ macro
47 #define srandom(s) srand(s) macro
667 #define srandom _srandom global() macro