On 7/22/13 12:19 PM, Gilles wrote:
> On Sun, 21 Jul 2013 20:40:42 -0700, Phil Steitz wrote:
>> I would like to use getNatural and shuffle from RandomDataGenerator
>> outside of that class (inside [math] I need to efficiently generate
>> random n-m partitions of {0, ..., n + m - 1}). I think getNat
On Sun, 21 Jul 2013 20:40:42 -0700, Phil Steitz wrote:
I would like to use getNatural and shuffle from RandomDataGenerator
outside of that class (inside [math] I need to efficiently generate
random n-m partitions of {0, ..., n + m - 1}). I think getNatural
could go into MathArrays and shuffle co
On 07/22/2013 05:40 AM, Phil Steitz wrote:
> I would like to use getNatural and shuffle from RandomDataGenerator
> outside of that class (inside [math] I need to efficiently generate
> random n-m partitions of {0, ..., n + m - 1}). I think getNatural
> could go into MathArrays and shuffle could ju
I would like to use getNatural and shuffle from RandomDataGenerator
outside of that class (inside [math] I need to efficiently generate
random n-m partitions of {0, ..., n + m - 1}). I think getNatural
could go into MathArrays and shuffle could just be exposed by
RandomDataGenerator. Any objectio