| Developer's Daily | Unix by Example |
| main | java | perl | unix | dev directory | web log |
|
RAND_cleanup − erase the PRNG state |
#include <openssl/rand.h> void RAND_cleanup(void); |
|
RAND_cleanup() erases the memory used by the PRNG. |
|
RAND_cleanup() returns no value. |
|
rand(3) |
|
RAND_cleanup() is available in all versions of SSLeay and OpenSSL. |