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 11f1d1db1e0ee3d18fa53983f64ff09c882c4b23 Author: aherbert <aherb...@apache.org> AuthorDate: Thu Jul 18 11:25:07 2019 +0100 RNG-102: 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 ca01b89..f946ea5 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="add" issue="102"> + New "SharedStateSampler" interface to allow a sampler to create a new instance with + a new source of randomness. Any pre-computed state can be shared between the samplers. + </action> <action dev="aherbert" type="add" issue="108"> Update "SeedFactory" to improve performance. </action>