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 338dc4426b5b2964079eb7e98b52745c1757ecf7 Author: Alex Herbert <[email protected]> AuthorDate: Tue Mar 19 20:23:33 2019 +0000 RNG-78: Track changes. Closes #27 --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 45ee0b7..398de55 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-78"> + New "ThreadLocalRandomSource" class provides thread safe access to random generators. + </action> <action dev="aherbert" type="update" issue="RNG-81"> "NumberFactory": Evenly sample all dyadic rationals between 0 and 1. </action>
