STINNER Victor added the comment:
Sorry but this is the bug tracker of Python, not of numpy. Please use
https://github.com/numpy/numpy/issues instead.
--
nosy: +vstinner
resolution: -> third party
stage: -> resolved
status: open -> closed
___
Pyt
New submission from Jay :
Official Documentation of python 2.7 mentions that numpy.random.randint(a,b)
will return a random integer from N such that a<=N<=b. But I have run the code
and I have found that it never returns equal to b. So, what I did was I ran
numpy.random.randint(0,1) for 50 mi