Le 24/11/2015 14:34, Phil Steitz a écrit :
> On 11/24/15 3:40 AM, Luc Maisonobe wrote:
>> Hi all,
>>
>> It seems the new bootstrap method introduced in fbc327e9 in order
>> to solve MATH-1246 creates some random test failures.
>>
>> The reason is that an EnumeratedRealDistribution instance is
>> cr
On 11/24/15 3:40 AM, Luc Maisonobe wrote:
> Hi all,
>
> It seems the new bootstrap method introduced in fbc327e9 in order
> to solve MATH-1246 creates some random test failures.
>
> The reason is that an EnumeratedRealDistribution instance is
> created without a random generator (there are no way t
> On Nov 24, 2015, at 3:50 AM, Gilles wrote:
>
>> On Tue, 24 Nov 2015 11:40:23 +0100, Luc Maisonobe wrote:
>> Hi all,
>>
>> It seems the new bootstrap method introduced in fbc327e9 in order
>> to solve MATH-1246 creates some random test failures.
>>
>> The reason is that an EnumeratedRealDist
On Tue, 24 Nov 2015 11:40:23 +0100, Luc Maisonobe wrote:
Hi all,
It seems the new bootstrap method introduced in fbc327e9 in order
to solve MATH-1246 creates some random test failures.
The reason is that an EnumeratedRealDistribution instance is
created without a random generator (there are no
Hi all,
It seems the new bootstrap method introduced in fbc327e9 in order
to solve MATH-1246 creates some random test failures.
The reason is that an EnumeratedRealDistribution instance is
created without a random generator (there are no way to pass
a random generator in the bootstrap method). Th