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 066e43e35a2d5bc1e63f781455c3b660ca436341 Author: aherbert <[email protected]> AuthorDate: Tue Jul 20 12:10:18 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 2dc66ae..81a2512 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="138"> + New "CompositeSamplers" class to sample from a weighted combination of samplers. + </action> <action dev="aherbert" type="add" issue="140"> New "LongSampler" interface for sampling a long. New "UniformLongSampler" to sample from a range.
