1 2 3 4 5 6 7 8
int random_init(void); int random_end(void); int random_bytes(const size_t length, u8 (*const out)[]);