You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and in the code you mention: "Seed2, a supporting variable. Best initialized to the same value as Seed1". I'm curious why you recommend setting both seeds to the same number (effectively one seed). From my testing it appears that having two different seeds shortens the amount of warmup needed?
I've had pretty good luck using komihash as a source for seeds:
This isn't a necessity, just easier to initialize, yes warm-up should be shorter as independent seed1,2 values are already uniformly random. Warm-up is needed to "randomize" the state appropriately.
In your Komirand examples in the
README
you set both seeds to the same number in all the examples:and in the code you mention: "Seed2, a supporting variable. Best initialized to the same value as Seed1". I'm curious why you recommend setting both seeds to the same number (effectively one seed). From my testing it appears that having two different seeds shortens the amount of warmup needed?
I've had pretty good luck using komihash as a source for seeds:
Is there something intrinsic to komirand that makes using the same value for both seeds preferable?
The text was updated successfully, but these errors were encountered: