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

/bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
H A Drandom.c50 __weak_alias(initstate,_initstate)
77 * interface. The initstate() routine is called with a seed, an array of
83 * with initstate(). By default, the package runs with 128 bytes of state
115 * cleanups have been made as well. A warning for both initstate and
180 * initstate(1, &randtbl, 128);
229 * initstate(1, randtbl, 128);
314 * initstate:
324 * successive calls to initstate() won't lose this information and will be
328 * setstate() so that it doesn't matter when initstate is called.
337 initstate( function
[all...]

Completed in 42 milliseconds