[commons-rng] 02/03: Track changes

2021-07-17 Thread aherbert
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

commit f073f978912523e867603dcf206ce8b10340f2c6
Author: Alex Herbert 
AuthorDate: Sat Jul 17 11:41:19 2021 +0100

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 91573f0..2dc66ae 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -77,6 +77,10 @@ re-run tests that fail, and pass the build if they succeed
 within the allotted number of reruns (the test will be marked
 as 'flaky' in the report).
 ">
+  
+New "LongSampler" interface for sampling a long. New 
"UniformLongSampler" to sample
+from a range.
+  
   
 "ZigguratNormalizedGaussianSampler": Update to a table size of 256.
   


[commons-rng] 02/03: Track changes

2021-07-04 Thread aherbert
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

commit 7c5b0e38710283a976e64be84447fe3784d74674
Author: aherbert 
AuthorDate: Sun Jul 4 08:42:17 2021 +0100

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 096844b..a996b12 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -77,6 +77,10 @@ re-run tests that fail, and pass the build if they succeed
 within the allotted number of reruns (the test will be marked
 as 'flaky' in the report).
 ">
+  
+ New "ZigguratExponentialSampler" implementation of the "Ziggurat" 
algorithm for
+ exponential sampling.
+  
   
 "UnitSphereSampler": Detect and discard infinite length vectors.