1 2 3 4 5 6 7 8 9
#ifndef LIBBSD_RANDOM_H #define LIBBSD_RANDOM_H #include <sys/types.h> u_int32_t arc4random(); #endif