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 fcaf9e370f2548a4baac306995f418ab8c0ae4bf Author: aherbert <aherb...@apache.org> AuthorDate: Thu Feb 28 17:38:51 2019 +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 a22da18..e49e200 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -75,6 +75,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). "> + <action dev="aherbert" type="update" issue="RNG-74"> + "DiscreteUniformSampler": Algorithms for small and large integer ranges have + been delegated to specialised classes. + </action> <action dev="aherbert" type="add" issue="RNG-72"> Add new JMH benchmark ConstructionPerformance. </action>