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 54a385f2b15ae4eac05e9d43305f3b12c6e23823 Author: Alex Herbert <[email protected]> AuthorDate: Thu Jun 6 09:00:04 2019 +0100 RNG-75: Track changes. Closes #46 --- src/changes/changes.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ceb6ca1..cda4769 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -75,6 +75,11 @@ 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-75"> + "RandomSource.create(...)": Refactor internal components to allow custom seeding routines + per random source. Improvements were made to the speed of creating generators with small + seeds. + </action> <action dev="aherbert" type="update" issue="RNG-77"> "NumberFactory": Improve performance of int and long array to/from byte array conversions. </action>
