Mark P. Miller wrote:
> As an aside, are the random number generators from scipy.random the same 
> as those for numpy.random?  If not, will those of us who need to just 
> use a few random numbers here and there throughout our code (we don't 
> need arrays of random numbers or broadcasting abilities) benefit more 
> from using those libraries?

scipy.random is not a package. scipy/__init__.py does a "from numpy import *"
and thus pulls in numpy.random.

-- 
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
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to