2008-05-06 08:45:47 +03:00

10 lines
106 B
C

#ifndef LIBBSD_RANDOM_H
#define LIBBSD_RANDOM_H
#include <sys/types.h>
u_int32_t arc4random();
#endif