Instatiable Pseudo-Random Number Generator
Hans Georg Schaathun
georg at ii.uib.no
Thu Sep 10 10:35:22 EDT 2009
On Thu, 10 Sep 2009 02:53:33 -0700 (PDT), sturlamolden
<sturlamolden at yahoo.no> wrote:
: On 10 Sep, 10:50, Hans Georg Schaathun <ge... at ii.uib.no> wrote:
:
: > Can anyone recommend a PRNG which supported multiple instances
: > with independent states, and that also can return numpy.array (or
: > something similar) efficiently?
:
: numpy.random.RandomState
Thanks. Perfect solution.
I wish the doc string of numpy.random had mentioned it :-)
:-- George
More information about the Python-list
mailing list