[SciPy-dev] Monte Carlo package
Ed Schofield
schofield at ftw.at
Wed Jan 25 11:32:50 CST 2006
Robert Kern wrote:
>This is why I think controlling the seed is a fundamental capability of
>pseudorandom samplers, and that we shouldn't be including samplers without that
>capability.
>
>
Okay, I'm willing to add this capability. I'll work on it over the weekend.
In order to use RandomState objects, I guess we just need to move the fn
prototypes from mtrand.c to a separate header file, then make sure
distutils can find it...
-- Ed
More information about the Scipy-dev
mailing list