[SciPy-User] How to fit data obtained from a Monte Carlo simulation?

Robert Kern robert.kern at gmail.com
Thu Sep 22 18:07:07 EDT 2011


On Thu, Sep 22, 2011 at 17:03, canavanin at yahoo.se <canavanin at yahoo.se> wrote:
> Hi Josef
>
> I think the seed is the same in all cases. Each random number is obtained using random.random(), but I never use random.seed().

Then what makes you think the seed is the same in all cases? The PRNG
is initialized with a different seed each time numpy is imported for
the first time if you do not explicitly seed it yourself.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco



More information about the SciPy-User mailing list