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 2016/05/14 16:23:20 UTC

[10/10] [math] Update "changes.xml".

Update "changes.xml".


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

Branch: refs/heads/develop
Commit: 1325484c33b933f7da1cbc1ac6e289ee65a61511
Parents: 64b47d8
Author: Gilles <er...@apache.org>
Authored: Sat May 14 16:52:02 2016 +0200
Committer: Gilles <er...@apache.org>
Committed: Sat May 14 16:52:02 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-math/blob/1325484c/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 897ca51..3ced6eb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -64,6 +64,11 @@ If the output is not quite correct, check for invisible trailing spaces!
       <action dev="erans" type="add" issue="MATH-1350" due-to="Rob Tompkins">
         Improved code coverage (unit tests).
       </action>
+      <action dev="erans" type="add" issue="MATH-1336">
+        New 64-bits RNG implementations. On 64-bits systems, they are ~35% faster than
+        "java.util.Random" for generating "long" or "double" values. They also guarantee
+        much better randomness than "Random" (cf. MATH-1327).
+      </action>
       <action dev="erans" type="add" issue="MATH-1335">
         Refactoring of uniform random number generator functionality: new API
         implemented in package "o.a.c.m.rng".