Skip to content

Commit

Permalink
Add arc4random_uniform()
Browse files Browse the repository at this point in the history
Obtained from:  OpenBSD
  • Loading branch information
ache authored and ache committed Jul 22, 2008
1 parent 06e39c3 commit e1bf8eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/stdlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit e1bf8eb

Please sign in to comment.