/[Apache-SVN]/jakarta/commons/proper/math/trunk/xdocs/changes.xml
ViewVC logotype

Diff of /jakarta/commons/proper/math/trunk/xdocs/changes.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- jakarta/commons/proper/math/trunk/xdocs/changes.xml	2005/05/15 18:22:02	170242
+++ jakarta/commons/proper/math/trunk/xdocs/changes.xml	2005/05/15 18:23:35	170243
@@ -39,7 +39,16 @@ The <action> type attribute can be add,u
   <body>
     <release version="1.1" date="In Development"  
        description="Jakarta Commons Math 1.1 - Development">
-       <action dev="psteitz" type="update" due-to="C. Scott Ananian">
+      <action dev="psteitz" type="update">
+        Made PRNG pluggable for classes in the random package.  Added
+        RandomGenerator interface extracted from java.util.random and abstract
+        implementation, AbstractRandomGenerator providing default
+        implementations of methods based on nextDouble().  Added a constructor
+        taking a RandomGenerator as an argument to RandomDataImpl.  Changed
+        ValueServer to use a RandomData in its constructor.  Changes to 
+        1.0 classes should be backward compatible (including serialization).
+      </action>
+      <action dev="psteitz" type="update" due-to="C. Scott Ananian">
         Ported numerics improvements in commons lang Fraction implementation.
         Added utility methods for overflow-checked integer arithmetic and
         improved gcd method in MathUtils.

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26