This is an automated email from the ASF dual-hosted git repository.
aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git
The following commit(s) were added to refs/heads/master by this push:
new 96826ea6 Track changes
96826ea6 is described below
commit 96826ea6820aa2993fbb3bf25d36effe42c584de
Author: Alex Herbert <[email protected]>
AuthorDate: Sun Mar 8 14:58:17 2026 +0000
Track changes
---
src/changes/changes.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8798b3c9..75cec31e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -56,6 +56,10 @@ If the output is not quite correct, check for invisible
trailing spaces!
<release version="1.7" date="TBD" description="
New features, updates and bug fixes (requires Java 8).
">
+ <action dev="aherbert" type="update" issue="RNG-191">
+ "Philox4x64": Use java.lang.invoke to dynamically call Math multiply
high methods
+ for increased performance.
+ </action>
<action dev="aherbert" type="update" issue="RNG-190">
"ContinuousUniformSampler": Add a special case for the open interval
(0, 1)
with increased performance.