Thanks a lot Francescm, Bruce and Robert!
Your response was all the essentials I wanted to know.
As soon as I'll be back from my vacations time
I'll try numpys PRNG.
Sebastian
-
Take Surveys. Earn Cash. Influence the Futur
Sebastian Żurek wrote:
> Hi All,
>
> Has anyone worked with the RandomArray module? I wonder,
> if it's OK to use its pseudo-random numbers generators, or
> maybe I shall find more trusted methods (ie. ran1 from Numerical Recipes)?
At this point in time, I don't recommend using RandomArray if you
Hi,
As Francesc meintioned, Robert Kern did a great job of replacing ranlib:
"numpy.random uses the Mersenne Twister. RANLIB is dead! Long live MT19937!"
So throw away ran1!
Regards
Bruce
On 7/12/06, Sebastian Żurek <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> Has anyone worked with the RandomArray
A Dijous 13 Juliol 2006 01:07, Sebastian Żurek va escriure:
> Hi All,
>
> Has anyone worked with the RandomArray module? I wonder,
> if it's OK to use its pseudo-random numbers generators, or
> maybe I shall find more trusted methods (ie. ran1 from Numerical Recipes)?
I'm not an expert, but my und
Hi All,
Has anyone worked with the RandomArray module? I wonder,
if it's OK to use its pseudo-random numbers generators, or
maybe I shall find more trusted methods (ie. ran1 from Numerical Recipes)?
Please, give some comments. Thanks.
Sebastian