summaryrefslogtreecommitdiff
path: root/numpy/random/tests/test_randomstate_regression.py
Commit message (Expand)AuthorAgeFilesLines
* 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