Searched defs:srandom (Results 1 – 2 of 2) sorted by relevance
56 static __inline void srandom(unsigned int __s) { srand48(__s); } in srandom() function
305 srandom(unsigned int x) in srandom() function