Sortix cross-volatile manual
This manual documents Sortix cross-volatile. 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);