You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2019/03/06 15:47:05 UTC

[commons-rng] 08/10: Track changes.

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 bfef2b672a9a21961c75cb024582a2fe5cbb261d
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Wed Mar 6 15:43:35 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 e49e200..0f824fb 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="update" issue="RNG-73">
+        Add the methods used from UniformRandomProvider to each sampler in the sampling module.
+      </action>
       <action dev="aherbert" type="update" issue="RNG-74">
         "DiscreteUniformSampler": Algorithms for small and large integer ranges have
         been delegated to specialised classes.