#ifndef LIBBSD_RANDOM_H #define LIBBSD_RANDOM_H #include u_int32_t arc4random(); #endif