Update "changes.xml".
This commit is contained in:
parent
64b47d86fa
commit
1325484c33
|
@ -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".
|
||||
|
|
Loading…
Reference in New Issue