summaryrefslogtreecommitdiff
path: root/numpy/random/common.pyx
Commit message (Expand)AuthorAgeFilesLines
* API: rename common, bounded_integers -> _common, _bounded_integers; cleanupmattip2019-10-111-976/+0
* API: rearrange the cython files in numpy.randommattip2019-10-111-1/+1
* MAINT: Improve error message dtype appearancealeju2019-08-131-1/+1
* BUG: Fix formatting error in exception messagealeju2019-08-131-1/+1
* MAINT: Change wrap_int definition to use maskKevin Sheppard2019-06-061-5/+2
* CLN: Remove trailing white spaceKevin Sheppard2019-06-061-4/+4
* MAINT: Update PCG jump sizesKevin Sheppard2019-06-061-0/+10
* STY: Clean up codeKevin Sheppard2019-05-271-0/+4
* DOC: Add __all__ and document lockKevin Sheppard2019-05-271-1/+2
* ENH: Split poisson_lam_maxKevin Sheppard2019-05-231-4/+15
* BUG: Ensure integer-type stream on 32bitKevin Sheppard2019-05-201-3/+3
* MAINT: Implement API changes for randomgen-derived codemattip2019-05-201-39/+40
* DOC: fix doctests, move numpy.random -> numpy.random.gen in generator.pyxmattip2019-05-201-4/+4
* BENCH: convert bencmarks to asv formatmattip2019-05-201-0/+952