Sortix cross-volatile manual
This manual documents Sortix cross-volatile. 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
library “libcrypto”#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);