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,
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