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

/ast/src/lib/libast/uwin/
H A Drandom.c44 #define initstate ______initstate macro
54 #undef initstate macro
69 interface. The initstate() routine is called with a seed, an array of
75 with initstate(). By default, the package runs with 128 bytes of state
150 initstate(1, randtbl, 128);
174 initstate(1, randtbl, 128);
233 value of the rear pointer; this is so successive calls to initstate won't
236 setstate so that it doesn't matter when initstate is called. function
238 extern char* initstate(unsigned int seed, char* arg_state, size_t n)

Completed in 8 milliseconds