]> git.cameronkatri.com Git - pw-darwin.git/commit
Use arc4random_uniform() to avoid "modulo bias"
authorAndrey A. Chernov <ache@FreeBSD.org>
Sat, 16 Aug 2008 15:41:03 +0000 (15:41 +0000)
committerAndrey A. Chernov <ache@FreeBSD.org>
Sat, 16 Aug 2008 15:41:03 +0000 (15:41 +0000)
commit6c77cf8da397a4610a46e16f60d9c28996d8e34b
tree01f2c4c67988d4738b2f6a8aef67edbbe6e30d4e
parent9eeff78f2b54bf8f0329ab99d434e7bbe94bf071
Use arc4random_uniform() to avoid "modulo bias"

Remove pw_getrand() unneded now: arc4random_uniform() is stronger then
pw_getrand()'s MD5 tricks (inactive) and its active version, mixing
arc4random() bytes in one, not make things better at all.
pw/pw_user.c