We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d73cbc4 commit 96826eaCopy full SHA for 96826ea
1 file changed
src/changes/changes.xml
@@ -56,6 +56,10 @@ If the output is not quite correct, check for invisible trailing spaces!
56
<release version="1.7" date="TBD" description="
57
New features, updates and bug fixes (requires Java 8).
58
">
59
+ <action dev="aherbert" type="update" issue="RNG-191">
60
+ "Philox4x64": Use java.lang.invoke to dynamically call Math multiply high methods
61
+ for increased performance.
62
+ </action>
63
<action dev="aherbert" type="update" issue="RNG-190">
64
"ContinuousUniformSampler": Add a special case for the open interval (0, 1)
65
with increased performance.
0 commit comments