Repository: commons-rng Updated Branches: refs/heads/master cb5b18b8f -> 8be40b807
Type of change. Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/8be40b80 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/8be40b80 Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/8be40b80 Branch: refs/heads/master Commit: 8be40b80776ddcda05fe6208eb76bec921d79e70 Parents: cb5b18b Author: Gilles <er...@apache.org> Authored: Sat Jun 2 19:18:51 2018 +0200 Committer: Gilles <er...@apache.org> Committed: Sat Jun 2 19:18:51 2018 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/8be40b80/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9ff3d7c..04b30ba 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -73,7 +73,7 @@ should be expected in subsequent releases. <action dev="erans" type="add" issue="RNG-37"> Implementation of the "Ziggurat" algorithm for Gaussian sampling. </action> - <action dev="erans" type="fix" issue="RNG-42"> + <action dev="erans" type="update" issue="RNG-42"> Use "ZigguratNormalizedGaussianSampler" within the library. </action> <action dev="erans" type="add" issue="RNG-47"> @@ -83,7 +83,7 @@ should be expected in subsequent releases. <action dev="erans" type="add" issue="RNG-43"> "LogNormalSampler" with user-defined underlying "NormalizedGaussianSampler". </action> - <action dev="erans" type="fix" issue="RNG-46"> + <action dev="erans" type="update" issue="RNG-46"> Following RNG-43, "BoxMullerLogNormalSampler" has been deprecated. Furthermore, its base class has been removed; although it is a binary incompatibility, it cannot cause any problem that were not already