From cffa97186ed50d03bb552b8e49b49b52bc1d19e8 Mon Sep 17 00:00:00 2001 From: Mikkel Meyer Andersen Date: Thu, 21 Jul 2011 20:43:21 +0000 Subject: [PATCH] Added element for MATH-585 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1149353 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/xdoc/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/site/xdoc/changes.xml b/src/site/xdoc/changes.xml index 7dad02573..5b59d56e6 100644 --- a/src/site/xdoc/changes.xml +++ b/src/site/xdoc/changes.xml @@ -52,6 +52,11 @@ The type attribute can be add,update,fix,remove. If the output is not quite correct, check for invisible trailing spaces! --> + + Implemented faster generation of random gamma distributed values with + algorithm from Ahrens and Dieter (1972) for shape < 1 and + Marsaglia and Tsang (2001) otherwise. + Allow discrete events to be detected by ODE solvers also at step start.