Repository: commons-math Updated Branches: refs/heads/master dc9fcd414 -> ff4ec1a32
Add changelog entry for MATH-1155. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/ff4ec1a3 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/ff4ec1a3 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/ff4ec1a3 Branch: refs/heads/master Commit: ff4ec1a323ba619cdcb0e82cfcdf08993b0e9202 Parents: dc9fcd4 Author: Thomas Neidhart <thomas.neidh...@gmail.com> Authored: Mon Feb 23 22:44:38 2015 +0100 Committer: Thomas Neidhart <thomas.neidh...@gmail.com> Committed: Mon Feb 23 22:44:38 2015 +0100 ---------------------------------------------------------------------- src/changes/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/ff4ec1a3/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a6fd01a..273d949 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -54,6 +54,12 @@ If the output is not quite correct, check for invisible trailing spaces! </release> <release version="4.0" date="XXXX-XX-XX" description=""> + <action dev="tn" type="update" issue="MATH-1155"> + WELL type pseudo-random number generators have been refactored: + the cached indirection index tables per instance are now stored + in a static instance. This reduces the initialization cost when + creating a new instance. + </action> <action dev="evanward" type="fix" issue="MATH-1204"> "UnivariateSolverUtils#bracket(...)" sometimes failed to bracket if a reached the lower bound.