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 98f105dcec5498303088d891bb0d7bc44fa685e5 Author: aherbert <[email protected]> AuthorDate: Thu Sep 26 15:19:39 2019 +0100 RNG-117: Track changes. --- src/changes/changes.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2e28cac..35fbc54 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -75,7 +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-116"> + <action dev="aherbert" type="add" issue="RNG-117"> + "RandomSource": Support creating a byte[] seed suitable for the implementing + generator class. + </action> + <action dev="aherbert" type="add" issue="RNG-116"> "RandomSource": Expose interfaces supported by the implementing generator class with methods isJumpable() and isLongJumpable(). </action>
