Author: mikl Date: Thu Jul 21 20:43:21 2011 New Revision: 1149353 URL: http://svn.apache.org/viewvc?rev=1149353&view=rev Log: Added element for MATH-585
Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/xdoc/changes.xml?rev=1149353&r1=1149352&r2=1149353&view=diff ============================================================================== --- commons/proper/math/trunk/src/site/xdoc/changes.xml (original) +++ commons/proper/math/trunk/src/site/xdoc/changes.xml Thu Jul 21 20:43:21 2011 @@ -52,6 +52,11 @@ The <action> type attribute can be add,u If the output is not quite correct, check for invisible trailing spaces! --> <release version="3.0" date="TBD" description="TBD"> + <action dev="mikl" type="fix" issue="MATH-585"> + Implemented faster generation of random gamma distributed values with + algorithm from Ahrens and Dieter (1972) for shape < 1 and + Marsaglia and Tsang (2001) otherwise. + </action> <action dev="luc" type="fix" issue="MATH-605" due-to="Dennis Hendriks"> Allow discrete events to be detected by ODE solvers also at step start. </action>