OpenBSD manual page server

Manual Page Search Parameters

RAND_ADD(3) OpenSSL RAND_ADD(3)

RAND_add, RAND_seed, RAND_status - add entropy to the PRNG (DEPRECATED)

 #include <openssl/rand.h>
 void RAND_seed(const void *buf, int num);
 void RAND_add(const void *buf, int num, double entropy);
 int  RAND_status(void);

These functions used to allow for the state of the random number generator to be controlled by external sources.

They are kept for ABI compatibility but are no longer functional, and should not be used in new programs.

rand(3), RAND_load_file(3), RAND_cleanup(3)

2014-07-09 OpenBSD 5.8