Le 25/12/2015 19:50, Phil Steitz a écrit :
> On 12/25/15 9:29 AM, Luc Maisonobe wrote:
>> Hi all,
>>
>> Le 25/12/2015 17:23, l...@apache.org a écrit :
>>> Prevent findbugs false positive.
>> This commit was intended to fix a false positive in findbugs.
>> The field iterations has been deprecated an
On 12/25/15 9:29 AM, Luc Maisonobe wrote:
> Hi all,
>
> Le 25/12/2015 17:23, l...@apache.org a écrit :
>> Prevent findbugs false positive.
> This commit was intended to fix a false positive in findbugs.
> The field iterations has been deprecated and is not used
> anymore in the library. However, as
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
Hi all,
Le 25/12/2015 17:23, l...@apache.org a écrit :
> Prevent findbugs false positive.
This commit was intended to fix a false positive in findbugs.
The field iterations has been deprecated and is not used
anymore in the library. However, as it is protected and not
private, it cannot be remove
Hello.
On Fri, 25 Dec 2015 10:31:43 +0100, Luc Maisonobe wrote:
Le 25/12/2015 04:46, Gilles a écrit :
On Thu, 24 Dec 2015 16:56:54 +0100, Luc Maisonobe wrote:
[...]
When our users build a large application, they rely on numerous
different libraries and tools, both open-source and proprietary.
_
,;;{ }.._,
_,;{ } a j-,_
{}`"""';{_}``};_ __/
`/( `'--.._,_
/, `'---;--'-;`
/ /'._,\
| | )-'` _}
|-\ {_,,\
`"\;;\
Le 25/12/2015 04:46, Gilles a écrit :
> On Thu, 24 Dec 2015 16:56:54 +0100, Luc Maisonobe wrote:
[...]
When our users build a large application, they rely on numerous
different libraries and tools, both open-source and proprietary.
These libraries do have standard interface