On Fri, Mar 13, 2015 at 5:59 PM, Neal Becker wrote:
>
> Robert Kern wrote:
>
> > On Fri, Mar 13, 2015 at 5:34 PM, Neal Becker
wrote:
> >>
> >> It is common that to guarantee good statistical independence between
> > various
> >> random generators, a singleton instance of an RNG is shared between
Robert Kern wrote:
> On Fri, Mar 13, 2015 at 5:34 PM, Neal Becker wrote:
>>
>> It is common that to guarantee good statistical independence between
> various
>> random generators, a singleton instance of an RNG is shared between them.
>>
>> So I typically have various random generator objects, wh
On Fri, Mar 13, 2015 at 5:34 PM, Neal Becker wrote:
>
> It is common that to guarantee good statistical independence between
various
> random generators, a singleton instance of an RNG is shared between them.
>
> So I typically have various random generator objects, which (sometimes
> several leve
It is common that to guarantee good statistical independence between various
random generators, a singleton instance of an RNG is shared between them.
So I typically have various random generator objects, which (sometimes
several levels objects deep) embed an instance of RandomState.
Now I have