On Mar 3, 10:05 pm, Chris Rebert <c...@rebertia.com> wrote:
> On Tue, Mar 3, 2009 at 6:59 PM, Amir Michail <amich...@gmail.com> wrote:
> > Hi,
>
> > Is it the case that the random module will always give the same
> > results if given the same seed across all configurations (e.g.,
> > architectures, compilers, etc.)?
>
> Your question is vague. Define what you mean by "same results" in this 
> context.

In Python 2.5, if you use the same seed, will calls to randrange yield
the same numbers across all configurations?

Amir

>
> Cheers,
> Chris
>
> --
> I have a blog:http://blog.rebertia.com

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to