]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
CHANGES note for [GL !6161]
authorTony Finch <fanf@isc.org>
Fri, 22 Apr 2022 11:24:45 +0000 (12:24 +0100)
committerTony Finch <fanf@isc.org>
Fri, 22 Apr 2022 15:41:19 +0000 (16:41 +0100)
[cleanup] Use Daniel Lemire's "nearly divisionless" algorithm
for unbiased bounded random numbers, and move
re-seeding out of the hot path.

CHANGES

diff --git a/CHANGES b/CHANGES
index d9e07276de8ec60c4266e812e59add2ea45b6892..0e3cce15a7809e610c90b61d3c8e5e6a0ae0859d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+5868.  [cleanup]       Use Daniel Lemire's "nearly divisionless" algorithm
+                       for unbiased bounded random numbers, and move
+                       re-seeding out of the hot path. [GL !6161]
+
 5867.  [bug]           Fix assertion failure triggered by attaching to dns_adb
                        in dns_adb_createfind() that has been triggered to shut
                        down in different thread between the check for shutting