News

When the dtype is specified in the call to numpy.random.randint, we should set the default value for low based on the datatype. Currently the call does not support creating random int just by ...
The default randint function returns a C long type which does not have enough range to test indexes on Windows 64. The fix here is to use specify a np.intp dtype for the randint call now that we have ...