You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2015/12/20 16:00:47 UTC

[2/2] [math] MATH-1300

MATH-1300

Thanks to Rostislav Krasny for the report.


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/2bfd81a2
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/2bfd81a2
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/2bfd81a2

Branch: refs/heads/master
Commit: 2bfd81a2b1b777e252ba76f7363bb9ba8e4ac707
Parents: 1d63508
Author: Gilles <er...@apache.org>
Authored: Sun Dec 20 15:59:43 2015 +0100
Committer: Gilles <er...@apache.org>
Committed: Sun Dec 20 15:59:43 2015 +0100

----------------------------------------------------------------------
 src/changes/changes.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/2bfd81a2/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d4fac55..426d03c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,6 +54,10 @@ If the output is not quite correct, check for invisible trailing spaces!
     </release>
 
     <release version="4.0" date="XXXX-XX-XX" description="">
+      <action dev="erans" type="fix" issue="MATH-1300" due-to="Rostislav Krasny">
+        "AbstractRandomGenerator" and "BitsStreamGenerator": Remove a redundant call
+        to the random data provider.
+      </action>
       <action dev="erans" type="add" issue="MATH-1295" due-to="Aleksei Dievskii">
         "FactorialLog": Cache-based computation of the "log factorial" function (implemented
         as an inner class of "CombinatoricsUtils" in package "o.a.c.m.util").