Re: [Numpy-discussion] numpy.random.randint() inconsistent with plain random.randint()

2008-02-26 Thread Christopher Kerr
Robert Kern wrote: > On Mon, Feb 25, 2008 at 2:58 PM, Christopher Kerr <[EMAIL PROTECTED]> > wrote: >> I don't know if this is the right place to report bugs, but I couldn't >> find >> anywhere else on the website... >> >> random.randint(min,

[Numpy-discussion] numpy.random.randint() inconsistent with plain random.randint()

2008-02-25 Thread Christopher Kerr
I don't know if this is the right place to report bugs, but I couldn't find anywhere else on the website... random.randint(min,max) from python core returns an integer between min and max inclusive. The documentation on the website says that numpy.random.randint(min,max [,size]) does this too, but