[math] wrong backport commit in MATH_3_X ?

2016-01-01 Thread Rostislav Krasny
Hi there, I've just noticed there could be a wrong backport commit done in MATH_3_X: https://git1-us-west.apache.org/repos/asf?p=commons-math.git;a=commitdiff;h=c9c252bf26165e7fafd093cd892af35b23aa8f3f This backport commit was discussed with Luc Maisonobe in this mailing list in the thread about

Re: [math] releasing 3.6

2015-12-31 Thread Rostislav Krasny
On Tue, Dec 29, 2015 at 8:39 PM, Luc Maisonobe wrote: > Hi all, > > A few weeks ago, I proposed to release 3.6. There were two > points I wanted to address before that, both related to > ODE. These points are now completed: the Adams methods > stability issues have been fixed, and a bunch a field-

Add public void nextBytes(byte[] bytes, int position, int length) method into the RandomGenerator interface

2015-12-25 Thread Rostislav Krasny
Hi there, I propose to add public void nextBytes(byte[] bytes, int position, int length) method into the base classes that implement the RandomGenerator interface. Rationality: to improve performance and memory usage in cases when one needs to fill only a specified region of a byte array. This wi