"Robert Kern" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> numpy.random does not implement jumpahead().
Which may be removed from the random API:
http://www.python.org/dev/peps/pep-3100/#standard-library
Cheers,
Alan Isaac
--
http://mail.python.org/mailman/listinfo/python-list
Bill Jackson wrote:
> Is there a preferred random library?
>
> scipy.random
> random
>
> Besides scipy's library returning ndarrays, is there any other
> advantage/disadvantage?
numpy.random (since that's where scipy.random comes from, I recommend always
referring to it as numpy.random) can be
Paul Rubin wrote the following on 04/25/2007 10:17 PM:
> Bill Jackson <[EMAIL PROTECTED]> writes:
>> Is there a preferred random library?
>
> Preferred for what? Maybe you want os.urandom().
How about for general usage...I am just asking for a very broad
description of the advantages/disadvanta
Bill Jackson <[EMAIL PROTECTED]> writes:
> Is there a preferred random library?
Preferred for what? Maybe you want os.urandom().
--
http://mail.python.org/mailman/listinfo/python-list