summaryrefslogtreecommitdiff
path: root/src/random.h
blob: ef876fe27981db45f17e9dc22fbe36acd1e8fd0f (plain) (blame)
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)[]);