neobbo/include/sys/rand.h

3 lines
No EOL
57 B
C

#include <stddef.h>
void krand_init();
size_t rand(void);