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.
This commit is contained in:
Tony Finch 2022-04-22 12:24:45 +01:00
parent b1bb41603e
commit 719638639e

View file

@ -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