summaryrefslogtreecommitdiff
path: root/numpy/random/tests/test_randomstate_regression.py
Commit message (Expand)AuthorAgeFilesLines
* NEP: issue deprecation warning when creating ragged array (NEP 34)Matti Picus2020-01-211-2/+3
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-2/+2
* Revert "DEP: issue deprecation warning when creating ragged array (NEP 34)"revert-14794-nep-0034-implRalf Gommers2019-12-061-3/+2
* MAINT: revert change to assert_array_equal, adjust testsmattip2019-10-311-1/+2
* DEP: issue deprecation warning when creating ragged array (NEP 34)mattip2019-10-311-1/+1
* API: make BitGenerators privatemattip2019-10-111-1/+1
* BUG: random: Create a legacy implementation of random.binomial.Warren Weckesser2019-09-161-1/+17
* BUG: Fix randint when range is 2**32Kevin Sheppard2019-09-141-0/+11
* BUG: Ensure Windows choice returns int32Kevin Sheppard2019-06-021-0/+11
* BUG: Fix RandomState argument nameKevin Sheppard2019-05-291-0/+6
* BUG/MAINT: Disallow non-native byteorder in random intsKevin Sheppard2019-05-281-0/+9
* BENCH: convert bencmarks to asv formatmattip2019-05-201-0/+157