summaryrefslogtreecommitdiff
path: root/numpy/random/_common.pyx
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Remove unicode markersKevin Sheppard2021-02-111-2/+2
| | | | Remove unnecessary unicode markers (u"")
* BUG: Fix cython warning in random/_common.pyx.Charles Harris2020-06-071-1/+2
| | | | | Fix for #16508. Cython wants every pointer declaration to be on a separate line.
* BUG: Correct broadcasting when size is not NoneKevin Sheppard2020-06-051-0/+29
| | | | | | | Broadcastable size with inputs does not produce an error when size produces a smaller output array than the broadcast input shape. Patch checks that the output shape matches the outer shape of the broadcast fo all inputs and the size when given.
* API: refactor function names in distribution.{h,c}, refactor float_fillmattip2019-10-111-4/+5
|
* API: rename common, bounded_integers -> _common, _bounded_integers; cleanupmattip2019-10-111-0/+976