You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2016/01/17 11:41:58 UTC

[09/22] [math] Reverting commit 81585a3c46bb05e86e11d88ba25d14b90d488577 as per Gilles request.

Reverting commit 81585a3c46bb05e86e11d88ba25d14b90d488577 as per Gilles request.

The work on revamping the random packages is perfoemd in the random-ravamp branch.


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

Branch: refs/heads/master
Commit: cf82e4cab4ef662f2ba98e539e76e8ea0943cd33
Parents: 81a6c88
Author: Luc Maisonobe <lu...@apache.org>
Authored: Sun Jan 17 11:34:48 2016 +0100
Committer: Luc Maisonobe <lu...@apache.org>
Committed: Sun Jan 17 11:40:27 2016 +0100

----------------------------------------------------------------------
 src/changes/changes.xml | 15 ---------------
 1 file changed, 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/cf82e4ca/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 881cf52..6bb0189 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,21 +54,6 @@ 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-1308">
-        Removed obsolete class "AbstractRandomGenerator" (package "o.a.c.m.random").
-      </action>
-      <action dev="erans" type="fix" issue="MATH-1306" due-to="Rostislav Krasny">
-        New method "nextBytes(byte[],int,int)" in "BaseRandomGenerator"
-        for partial filling of the user-supplied array.
-      </action>
-      <action dev="erans" type="fix" issue="MATH-1309">
-        Remove calls to public methods "setSeed" from constructors (in RNG implementations).
-      </action>
-      <action dev="erans" type="fix" issue="MATH-1307">
-        New base class for all RNG implementations: "BaseRandomGenerator" replaces
-        "BitsStreamGenerator" whose method "nextInt(int)" is replaced by "nextInt()"
-        as the generator of randomness that must be implemented in concrete subclasses.
-      </action>
       <action dev="erans" type="fix" issue="MATH-1301">
         "JDKRandomGenerator": Method "nextInt(int)" now throws a "NotStrictlyPositiveException".
         The class now delegates to (rather inherits from) "java.util.Random".