Re: [Numpy-discussion] RandomArray module

2006-07-19 Thread Sebastian Żurek
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

Re: [Numpy-discussion] RandomArray module

2006-07-13 Thread Robert Kern
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

Re: [Numpy-discussion] RandomArray module

2006-07-13 Thread Bruce Southey
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

Re: [Numpy-discussion] RandomArray module

2006-07-13 Thread Francesc Altet
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

[Numpy-discussion] RandomArray module

2006-07-13 Thread Sebastian Żurek
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