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_bytes, RAND_pseudo_bytes — generate random dataSYNOPSIS
#include <openssl/rand.h>RAND_bytes(unsigned char *buf, int num);
RAND_pseudo_bytes(unsigned char *buf, int num);