rev Robert Kern :
> On Sun, Aug 29, 2021 at 10:55 AM Stig Korsnes
> wrote:
>
>> I am indeed making ~200-1000 generator instances.As many as I have
>> processes. Each process is an instance of a component class , which has a
>> generator. Every time i ask this proce
for the 1m numbers, but presumed that this would be more
computationally expensive than setting state on an existing generator.
Thank your Robert.
Best Stig
søn. 29. aug. 2021 kl. 16:08 skrev Robert Kern :
> On Sun, Aug 29, 2021 at 6:58 AM Stig Korsnes
> wrote:
>
>> Thanks again
And big kudos for building AND shepherding :)
søn. 29. aug. 2021 kl. 12:56 skrev Stig Korsnes :
> Thanks again Robert!
> Got rid of dict(state).
>
> Not sure I followed you completely on the test case. The "calculator" i am
> writing , will for the specific use case depe
his could run on any laptop..
søn. 29. aug. 2021 kl. 02:42 skrev Robert Kern :
> On Sat, Aug 28, 2021 at 5:56 AM Stig Korsnes
> wrote:
>
>> Thank you again Robert.
>> I am using NamedTuple for mye keys, which also are keys in a dictionary.
>> Each key will be u
asily available and quite generic. It returns a hex-encoded string of
> the 128-bit MD5 hash. `int(..., 16)` will convert that to a non-negative
> (almost-certainly positive!) integer that can be fed into SeedSequence.
>
> On Fri, Aug 27, 2021 at 5:03 AM Stig Korsnes
> wrote:
&g
l. 22:59 skrev Robert Kern :
> On Thu, Aug 26, 2021 at 2:22 PM Stig Korsnes
> wrote:
>
>> Hi,
>> Is there a way to uniquely spawn child seeds?
>> I`m doing monte carlo analysis, where I have n random processes, each
>> with their own generator.
>> All pro
Hi,
Is there a way to uniquely spawn child seeds?
I`m doing monte carlo analysis, where I have n random processes, each with
their own generator.
All process models instantiate a generator with default_rng(). I.e
ss=SeedSequence() cs=ss.Spawn(n), and using cs[i] for process i. Now, the
problem I`m