[Numpy-discussion] random integers

2015-12-30 Thread Charles R Harris
Hi All, I've implemented several new random integer functions in #6910 , to wit - np.random.random_int32 - np.random.random_int64 - np.random.random_intp These are the minimum functions that I think we need for the numpy 1.11.0 release, most

Re: [Numpy-discussion] random integers

2015-12-30 Thread Ralf Gommers
On Thu, Dec 31, 2015 at 6:31 AM, Charles R Harris wrote: > Hi All, > > I've implemented several new random integer functions in #6910 > , to wit > > >- np.random.random_int32 >- np.random.random_int64 >-