Searched refs:srandom (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libast/uwin/
H A Drandom.c47 #define srandom ______srandom macro
57 #undef srandom macro
151 Note that this initialization takes advantage of the fact that srandom
211 extern void srandom(unsigned int x)
230 the best (largest) one we can and set things up for it. srandom is
232 from srandom, we set state[-1] to be the type multiplexed with the current
283 /* Must set END_PTR before srandom. */
285 srandom(seed);
210 extern void srandom(unsigned int x) function
/ast/src/cmd/tests/vmalloc/
H A Dtrandom.c62 srandom(0);
H A Dtsharemem.c121 srandom(0); /* make it easier to debug */
/ast/src/cmd/tests/cdt/
H A Dtvsharemem.c362 { srandom(num);
405 { srandom(num);

Completed in 37 milliseconds