Re: [math] random boolean arrays

2015-07-11 Thread Phil Steitz
On 7/11/15 3:38 PM, Gilles wrote: > On Sat, 11 Jul 2015 15:12:29 -0700, Phil Steitz wrote: >> On 7/11/15 3:06 PM, Gilles wrote: >>> On Sat, 11 Jul 2015 12:08:16 -0700, Phil Steitz wrote: The code implemented in MATH-1242 to improve performance of KS monteCarloP in-lines efficient generati

Re: [math] random boolean arrays

2015-07-11 Thread Gilles
On Sat, 11 Jul 2015 15:12:29 -0700, Phil Steitz wrote: On 7/11/15 3:06 PM, Gilles wrote: On Sat, 11 Jul 2015 12:08:16 -0700, Phil Steitz wrote: The code implemented in MATH-1242 to improve performance of KS monteCarloP in-lines efficient generation of random boolean arrays. Unfortunately, I t

Re: [math] random boolean arrays

2015-07-11 Thread Phil Steitz
On 7/11/15 3:06 PM, Gilles wrote: > On Sat, 11 Jul 2015 12:08:16 -0700, Phil Steitz wrote: >> The code implemented in MATH-1242 to improve performance of KS >> monteCarloP in-lines efficient generation of random boolean arrays. >> Unfortunately, I think the implementation is not quite random (see

Re: [math] random boolean arrays

2015-07-11 Thread Gilles
On Sat, 11 Jul 2015 12:08:16 -0700, Phil Steitz wrote: The code implemented in MATH-1242 to improve performance of KS monteCarloP in-lines efficient generation of random boolean arrays. Unfortunately, I think the implementation is not quite random (see comments on the ticket). To verify it, we

Re: [math] random boolean arrays

2015-07-11 Thread Ole Ersoy
How about a Randomize utility class? Cheers, - Ole On 07/11/2015 02:40 PM, sebb wrote: On 11 July 2015 at 20:29, Thomas Neidhart wrote: On 07/11/2015 09:08 PM, Phil Steitz wrote: The code implemented in MATH-1242 to improve performance of KS monteCarloP in-lines efficient generation of ran

Re: [math] random boolean arrays

2015-07-11 Thread Phil Steitz
On 7/11/15 12:29 PM, Thomas Neidhart wrote: > On 07/11/2015 09:08 PM, Phil Steitz wrote: >> The code implemented in MATH-1242 to improve performance of KS >> monteCarloP in-lines efficient generation of random boolean arrays. >> Unfortunately, I think the implementation is not quite random (see >

Re: [math] random boolean arrays

2015-07-11 Thread sebb
On 11 July 2015 at 20:29, Thomas Neidhart wrote: > On 07/11/2015 09:08 PM, Phil Steitz wrote: >> The code implemented in MATH-1242 to improve performance of KS >> monteCarloP in-lines efficient generation of random boolean arrays. >> Unfortunately, I think the implementation is not quite random

Re: [math] random boolean arrays

2015-07-11 Thread Thomas Neidhart
On 07/11/2015 09:08 PM, Phil Steitz wrote: > The code implemented in MATH-1242 to improve performance of KS > monteCarloP in-lines efficient generation of random boolean arrays. > Unfortunately, I think the implementation is not quite random (see > comments on the ticket). To verify it, we need

[math] random boolean arrays

2015-07-11 Thread Phil Steitz
The code implemented in MATH-1242 to improve performance of KS monteCarloP in-lines efficient generation of random boolean arrays. Unfortunately, I think the implementation is not quite random (see comments on the ticket). To verify it, we need to be able to test the random boolean array generat

[GitHub] commons-collections pull request: Add CollectionUtils#deepMerge me...

2015-07-11 Thread kaching88
GitHub user kaching88 opened a pull request: https://github.com/apache/commons-collections/pull/12 Add CollectionUtils#deepMerge method. This method provides fast and convenient way to merge all deepest content in iterableOfiterablesOfiterables... etc. in one chosen collection.