Add changelog entry for MATH-1155.

This commit is contained in:
Thomas Neidhart 2015-02-23 22:44:38 +01:00
parent dc9fcd4140
commit ff4ec1a323
1 changed files with 6 additions and 0 deletions

View File

@ -54,6 +54,12 @@ If the output is not quite correct, check for invisible trailing spaces!
</release>
<release version="4.0" date="XXXX-XX-XX" description="">
<action dev="tn" type="update" issue="MATH-1155">
WELL type pseudo-random number generators have been refactored:
the cached indirection index tables per instance are now stored
in a static instance. This reduces the initialization cost when
creating a new instance.
</action>
<action dev="evanward" type="fix" issue="MATH-1204">
"UnivariateSolverUtils#bracket(...)" sometimes failed to bracket
if a reached the lower bound.