diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2008-07-22 11:40:42 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2008-07-22 11:40:42 +0000 |
commit | c0046493c9e8056e8dd7a20c6cf436773eb706fd (patch) | |
tree | 78bb8608104306a58ec0e01af46a45344d802914 /include/stdlib.h | |
parent | 6e4fe40a24e39c5e47bda15e3f5222a75531f979 (diff) |
Notes
Diffstat (limited to 'include/stdlib.h')
-rw-r--r-- | include/stdlib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index 38a6a215f5748..0a8327066bd70 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -238,6 +238,8 @@ __uint32_t void arc4random_addrandom(unsigned char *, int); void arc4random_buf(void *, size_t); void arc4random_stir(void); +__uint32_t + arc4random_uniform(__uint32_t); char *getbsize(int *, long *); /* getcap(3) functions */ char *cgetcap(char *, const char *, int); |