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

/barrelfish-2018-10-04/include/
H A Dstdlib.h207 char *initstate(unsigned int, char *, size_t);
/barrelfish-2018-10-04/lib/libc/stdlib/
H A DMakefile.inc46 MLINKS+=random.3 initstate.3 random.3 setstate.3 random.3 srandom.3 \
H A Drandom.c48 * interface. The initstate() routine is called with a seed, an array of
54 * with initstate(). By default, the package runs with 128 bytes of state
86 * cleanups have been made as well. A warning for both initstate and
148 * initstate(1, randtbl, 128);
177 * initstate(1, randtbl, 128);
291 * initstate:
301 * successive calls to initstate() won't lose this information and will be
305 * setstate() so that it doesn't matter when initstate is called.
314 initstate(unsigned int seed, char *arg_state, size_t n) function
/barrelfish-2018-10-04/lib/posixcompat/
H A Drandom.c51 * interface. The initstate() routine is called with a seed, an array of
57 * with initstate(). By default, the package runs with 128 bytes of state
89 * cleanups have been made as well. A warning for both initstate and
155 * initstate(1, randtbl, 128);
195 * initstate(1, randtbl, 128);
331 * initstate:
341 * successive calls to initstate() won't lose this information and will be
345 * setstate() so that it doesn't matter when initstate is called.
353 char *initstate(unsigned int seed, char *arg_state, size_t n) function

Completed in 45 milliseconds