| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | There is no need to call arc4random_addrandom() and feed it some | 2013-09-02 | 1 | -2/+0 | |
| | | | | | stupid seed that bind has decided on.. | ||||
| * | simplify math for arc4random_uniform() suggested by | 2008-06-09 | 1 | -2/+2 | |
| | | | | | | | Jinmei_Tatuya AT isc.org via jakob@ empirically verified for entire domain of upper_bound | ||||
| * | fix math screwup that reintroduced a bias for upper_bounds in range | 2008-06-04 | 1 | -1/+1 | |
| | | | | | | | | (2^30,2^31). Nothing in the tree yet requests random numbers bounded by this range. report jakob!deraadt; ok deraadt@ | ||||
| * | introduce a isc_random_uniform() function to return a uniformly distributed | 2008-03-02 | 1 | -5/+46 | |
| | | | | | | | | number 0 < x <= upper_bound and use it to correct the last tiny bias in the shuffle initialisation feedback & ok deraadt@ | ||||
| * | resolve conflicts | 2007-12-09 | 1 | -2/+4 | |
| | | |||||
| * | resolve conflicts | 2004-09-28 | 1 | -12/+12 | |
| | | |||||
| * | update to BIND v9.2.3. ok todd@ | 2003-11-18 | 1 | -4/+22 | |
| | | |||||
| * | use arc4random() instead of rand() if availible | 2003-01-20 | 1 | -0/+14 | |
| | | |||||
| * | ISC BIND version 9.2.2rc1 | 2003-01-20 | 1 | -0/+70 | |
