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 a25e29d Track changes a25e29d is described below commit a25e29ded41ba5898056d36e9635de1367fec596 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Wed Jun 16 08:46:03 2021 +0100 Track changes --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b603c09..b848b7f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -77,6 +77,9 @@ 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). "> + <action dev="aherbert" type="add" issue="145"> + "ContinuousUniformSampler": Add optional support for an open interval: (lower, upper). + </action> <action dev="aherbert" type="fix" issue="144"> "AhrensDieterExponentialSampler": Avoid possible infinite loop during sampling if the underlying UniformRandomProvider creates a zero for the uniform deviate.