Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
RAND_add, RAND_cleanup, RAND_poll, RAND_seed, RAND_status — manipulate the PRNG stateSYNOPSIS
#include <openssl/rand.h>RAND_add(const void *buf, int num, double entropy);
RAND_cleanup(void);
RAND_poll(void);
RAND_seed(const void *buf, int num);
RAND_status(void);