Update "changes.xml".

This commit is contained in:
Gilles 2016-05-14 16:52:02 +02:00
parent 64b47d86fa
commit 1325484c33
1 changed files with 5 additions and 0 deletions

View File

@ -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".