[Math] Add 64-bits based RNG (Was: [Math] New base class for all RNGs)

2016-01-09 Thread Gilles
Hi. Relevant excerpt of previous posts: [...] Something implicit in "BitStreamGenerator": the maximum number of bits is 32 (cf. return type of "next(int)" and the ubiquitous use of hard-coded "32". What about the possibility of using a "long" as a building block for another family of RNG? W

Re: [math] Should this throw a NO_DATA exception?

2016-01-09 Thread Ole Ersoy
HI, On 01/09/2016 06:21 AM, Gilles wrote: [...] But we should know the target of the improvement. I mean, is it a drop-in replacement of the current "RealVector"? OK - I think it's probably confusing because I posted JDK8 examples earlier. I'm just wondering whether the current RealVector nor

Re: svn commit: r1723790 - /commons/proper/exec/trunk/src/test/java/org/apache/commons/exec/issues/Exec65Test.java

2016-01-09 Thread sebb
On 8 January 2016 at 20:21, wrote: > Author: sgoeschl > Date: Fri Jan 8 20:21:33 2016 > New Revision: 1723790 > > URL: http://svn.apache.org/viewvc?rev=1723790&view=rev > Log: > [EXEC-65] Fixing test execution for Windows platform > > Modified: > > commons/proper/exec/trunk/src/test/java/or

Re: [math] Should this throw a NO_DATA exception?

2016-01-09 Thread Gilles
Hello. On Sat, 9 Jan 2016 00:27:37 -0600, Ole Ersoy wrote: Hi Gilles, On 01/08/2016 07:37 PM, Gilles wrote: Hi Ole. Maybe I don't understand the point of the question but I'm not sure that collecting here answers to implementation-level questions is going to lead us anywhere. Well it could l