Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 9360 invoked from network); 21 Mar 2011 14:15:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Mar 2011 14:15:06 -0000 Received: (qmail 71791 invoked by uid 500); 21 Mar 2011 14:15:06 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 71721 invoked by uid 500); 21 Mar 2011 14:15:06 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 71713 invoked by uid 99); 21 Mar 2011 14:15:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Mar 2011 14:15:06 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gudnabrsam@gmail.com designates 74.125.82.171 as permitted sender) Received: from [74.125.82.171] (HELO mail-wy0-f171.google.com) (74.125.82.171) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Mar 2011 14:14:58 +0000 Received: by wyb32 with SMTP id 32so6627645wyb.30 for ; Mon, 21 Mar 2011 07:14:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=YmufR69WD8KAnuyo1PgD7NI0JzsRrnxCAsAFuPduUP8=; b=AGWxzpaAKHNqMRxBaicUtXLBgJicF6XjgpPZJciVUJRK5vYFtHnqltgC+KDg+2jU2y WPgAKicrNcC+S2+n7iGzoF2cS7029trg3lvVaicjmtV9/6Ykid5VrJ5GYwdVofPhCbPg eAXUaIav+WDE0JDEWJv24C40DW69FsTfwTSpU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; b=woZLl6Y1tER6/zpEP4sVQ6uOWvdS0WwpRJXnmnyCVhMwTWan+S5tp1fn5Ey2855XCY HvMnff6cqxZikZbK5OOKUJM4NLj+w/duWqPDd/Jc/+cYBQtjoUNH8m1WbNxYXAPp6m17 vR0lQ3MP4h5R42FERn8bMmidH/YM2m69iUG+I= MIME-Version: 1.0 Received: by 10.216.121.130 with SMTP id r2mr3795105weh.96.1300716878015; Mon, 21 Mar 2011 07:14:38 -0700 (PDT) Received: by 10.217.5.9 with HTTP; Mon, 21 Mar 2011 07:14:37 -0700 (PDT) Reply-To: gudnabrsam@gmail.com In-Reply-To: <4D86532A.3050504@free.fr> References: <4D864730.8010707@gmail.com> <4D86532A.3050504@free.fr> Date: Mon, 21 Mar 2011 09:14:37 -0500 Message-ID: Subject: Re: [math] RandomData/RandomDataImpl From: Matt Benson To: Commons Developers List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Sun, Mar 20, 2011 at 2:19 PM, Luc Maisonobe wrot= e: > Le 20/03/2011 19:28, Phil Steitz a =E9crit : >> Quite a few methods have been added to RandomDataImpl that are not >> in RandomData. =A0The methods were added to the impl class only to >> preserve backward compatibility in versions 1 and 2. =A0In 3.0, we now >> have the choice to add the methods to the interface or even dispense >> with the interface altogether. =A0Personally, I am leaning in the >> direction to just make RandomData a concrete class and move the >> implementations in RandomDataImpl into that class. =A0Early on, we >> thought that RandomData might be a relatively small but useful >> interface. =A0What I think now is that the more valuable >> interface/implementation separation is at the lower level of random >> generators, which is enabled in RandomDataImpl. >> >> What do others think about this? > > I also think the RandomDataImpl layer adds too much complexity for users. > +1 to merge it in RandomData. > I don't follow [math] that closely, but the above isn't what I read from Phil's original mail. :/ Matt > Luc > >> >> Phil >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org >> For additional commands, e-mail: dev-help@commons.apache.org >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org > For additional commands, e-mail: dev-help@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org