From 4893fa7ea062c3e61a3542d6f9bee920fec4313a Mon Sep 17 00:00:00 2001 From: PartialVolume <22084881+PartialVolume@users.noreply.github.com> Date: Wed, 8 May 2024 22:00:34 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34616374..af4ba3f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ includes the following changes: - Added the XORoshiro-256 pseudo random number generator (PRNG). Thanks to Fabian Druschke @knogle #555 - Added the Lagged Fibonacci PRNG generator. Thanks again to Fabian Druschke @knogle #556 - Added missing help for HMG IS5 enhanced. Thanks to @AndCycle #569 +- Changed the default method from "DOD Short" to "prng stream", using the XORoshiro-256 prng - Fixed an issue in configure.ac which was producing an error while running `./configure`, mentioning libconfig, however the presence of libconfig had already been checked for, earlier in configure.ac. Although this error did not cause `./configure` to abort prematurely and therefore make would build the source correctly, it did cause a issue for inclusion into Debian Sid. Thanks to @Polynomial-C #574 v0.36