Name
yw_random_get -- fetch entropy from pool
Synopsis
void yw_random_get
(void *buf,
int len);
DESCRIPTION
This function fetches len bytes of random data to buffer
at buf.
All random handling functions are threadsafe -- i.e. only one thread can
fetch/add to pool at once, which is enforced by mutex.
SEE ALSO
yw_random_add
(3),
yw_random_byte
(3),
yw_random_int
(3),
INFO
Generated from: random.c,v 1.6 2001/05/05 11:36:18 dobrek Exp.