summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bind/lib/isc/random.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* There is no need to call arc4random_addrandom() and feed it somederaadt2013-09-021-2/+0
* simplify math for arc4random_uniform() suggested bydjm2008-06-091-2/+2
* fix math screwup that reintroduced a bias for upper_bounds in rangedjm2008-06-041-1/+1
* introduce a isc_random_uniform() function to return a uniformly distributeddjm2008-03-021-5/+46
* resolve conflictsjakob2007-12-091-2/+4
* resolve conflictsjakob2004-09-281-12/+12
* update to BIND v9.2.3. ok todd@jakob2003-11-181-4/+22
* use arc4random() instead of rand() if availiblejakob2003-01-201-0/+14
* ISC BIND version 9.2.2rc1jakob2003-01-201-0/+70