am 63edd69e: am cbb4606a: Merge "change unsigned int to uint32_t for api arc4random/arc4random_uniform"
				
					
				
			* commit '63edd69e576a9f1faebc493bc6d4e4729c70b02c': change unsigned int to uint32_t for api arc4random/arc4random_uniform
This commit is contained in:
		@@ -112,8 +112,8 @@ extern double erand48(unsigned short xsubi[3]);
 | 
			
		||||
extern double drand48(void);
 | 
			
		||||
extern void srand48(long);
 | 
			
		||||
 | 
			
		||||
unsigned int arc4random(void);
 | 
			
		||||
unsigned int arc4random_uniform(unsigned int);
 | 
			
		||||
uint32_t arc4random(void);
 | 
			
		||||
uint32_t arc4random_uniform(uint32_t);
 | 
			
		||||
void arc4random_buf(void*, size_t);
 | 
			
		||||
 | 
			
		||||
#define RAND_MAX 0x7fffffff
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user