Re: [Numpy-discussion] About Random Number Generation

2008-11-07 Thread Wu, Kejia
Hi all, Thank you for your replies. Thanks On Fri, 2008-10-31 at 12:49 -0500, Robert Kern wrote: > On Fri, Oct 31, 2008 at 12:20, Wu, Kejia <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > I tried the example code here: > > http://numpy.scipy.org/numpydoc/numpy-20.html#71863 > > But failed: > > --

Re: [Numpy-discussion] About Random Number Generation

2008-10-31 Thread Pauli Virtanen
Fri, 31 Oct 2008 10:20:41 -0700, Wu, Kejia wrote: > Hi all, > > I tried the example code here: > http://numpy.scipy.org/numpydoc/numpy-20.html#71863 But failed: That's the documentation of the old Numeric package, though the name of the URL is severly misleading. >

Re: [Numpy-discussion] About Random Number Generation

2008-10-31 Thread Robert Kern
On Fri, Oct 31, 2008 at 12:20, Wu, Kejia <[EMAIL PROTECTED]> wrote: > Hi all, > > I tried the example code here: > http://numpy.scipy.org/numpydoc/numpy-20.html#71863 > But failed: > -- > rng.py, line 5, in >import RNG > ImportError: No module named RNG > --

[Numpy-discussion] About Random Number Generation

2008-10-31 Thread Wu, Kejia
Hi all, I tried the example code here: http://numpy.scipy.org/numpydoc/numpy-20.html#71863 But failed: -- rng.py, line 5, in import RNG ImportError: No module named RNG -- Any suggestion? Thanks at first. Also, can any