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_file_name, RAND_load_file, RAND_write_file — PRNG seed fileSYNOPSIS
#include <openssl/rand.h>RAND_file_name(char *buf, size_t num);
RAND_load_file(const char *filename, long max_bytes);
RAND_write_file(const char *filename);