From commits-return-65263-archive-asf-public=cust-asf.ponee.io@commons.apache.org Fri Nov 23 16:13:13 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 7F553180660 for ; Fri, 23 Nov 2018 16:13:13 +0100 (CET) Received: (qmail 17950 invoked by uid 500); 23 Nov 2018 15:13:12 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 17941 invoked by uid 99); 23 Nov 2018 15:13:12 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Nov 2018 15:13:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 558FFE11A4; Fri, 23 Nov 2018 15:13:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: erans@apache.org To: commits@commons.apache.org Message-Id: <082c8f438a3843fc821e1ab0c87a3744@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: commons-rng git commit: Track changes. Date: Fri, 23 Nov 2018 15:13:12 +0000 (UTC) Repository: commons-rng Updated Branches: refs/heads/master 477598909 -> 23a1652c8 Track changes. Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/23a1652c Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/23a1652c Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/23a1652c Branch: refs/heads/master Commit: 23a1652c8e6adbbbabb855b1500bfc48cde028f7 Parents: 4775989 Author: Gilles Authored: Fri Nov 23 16:12:46 2018 +0100 Committer: Gilles Committed: Fri Nov 23 16:12:46 2018 +0100 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/23a1652c/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 27d21f0..38cef23 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). "> + + "PermutationSampler" and "CombinationSampler" shared code moved to a utility class. + New "CombinationSampler" class.