Keep track of changes.
Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/ddfa94cb Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/ddfa94cb Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/ddfa94cb Branch: refs/heads/master Commit: ddfa94cbf8db4362f9f703000df12347fc794121 Parents: a535cac Author: Gilles <[email protected]> Authored: Fri Oct 5 23:15:02 2018 +0200 Committer: Gilles <[email protected]> Committed: Fri Oct 5 23:15:02 2018 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/ddfa94cb/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 12d107d..67c9325 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -67,6 +67,11 @@ Additional code is provided in the following module: It is however not part of the official API and no compatibility should be expected in subsequent releases. "> + <action dev="erans" type="update" issue="RNG-58"> + Allow part of RNG state to be contained in base classes, e.g. to enable + caching in common code (see RNG-57). + </action> + <action dev="erans" type="fix" issue="RNG-55" due-to="Alex D. Herbert"> <action dev="erans" type="update" issue="RNG-51" due-to="Alex D. Herbert"> "PoissonSampler": Performance improvement. </action>
