On Tue, 18 Feb 2003, Anthony Schneider wrote: > an issue of arc4random return u_int32_t and rand* > returning int (ie unsigned vs signed)?
Nope, casting arc4random() to int or casting random() to unsigned int won't solve the problem. The problem still is that arc4random()'s range is twice that of it's friends'. -Paul. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message