rand_cleanup(3) - Linux man page
Name
RAND_cleanup - erase the PRNG state
Synopsis
#include <openssl/rand.h> void RAND_cleanup(void);
Description
RAND_cleanup() erases the memory used by the PRNG .
Return Value
RAND_cleanup() returns no value.
See Also
rand(3)
History
RAND_cleanup() is available in all versions of SSLeay and OpenSSL.