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 f5ac62537baafcbad749bbda29bd8600ce53c3aa Author: Alex Herbert <aherb...@apache.org> AuthorDate: Wed Mar 6 15:46:16 2019 +0000 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 0f824fb..0e2d57f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -75,6 +75,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="RNG-79"> + Benchmark methods for producing nextDouble and nextFloat. + </action> <action dev="aherbert" type="update" issue="RNG-73"> Add the methods used from UniformRandomProvider to each sampler in the sampling module. </action>