From 719638639ee4b536b33b9ac9dbd8aeb8790e78e5 Mon Sep 17 00:00:00 2001 From: Tony Finch Date: Fri, 22 Apr 2022 12:24:45 +0100 Subject: [PATCH] CHANGES note for [GL !6161] [cleanup] Use Daniel Lemire's "nearly divisionless" algorithm for unbiased bounded random numbers, and move re-seeding out of the hot path. --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index d9e07276de..0e3cce15a7 100644 --- 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