summaryrefslogtreecommitdiff
path: root/numpy/random/__init__.pyi
Commit message (Expand)AuthorAgeFilesLines
* STY: Use subscriptable `builtins` types over the generic aliases in `typing`Bas van Beek2021-12-231-4/+2
* ENH: Add `__path__` annotations to all sub-packagesBas van Beek2021-07-251-0/+1
* ENH: Add annotations for `<module>.test` objectsBas van Beek2021-07-251-0/+3
* ENH: Add PCG64DXSM implementation.Robert Kern2021-05-041-1/+4
* MAINT: Restructure imports in pyi fileKevin Sheppard2021-02-241-51/+53
* ENH: Add typing for RandomStateKevin Sheppard2021-02-241-53/+52
* ENH: Add typing for GeneratorKevin Sheppard2021-02-131-2/+2
* ENH: Add typing for MT19937 and PhiloxKevin Sheppard2021-02-131-8/+7
* MAINT: Improve typing of BitGeneratorKevin Sheppard2021-02-131-1/+4
* ENH: Initial typing of randomKevin Sheppard2021-02-131-2/+1
* MAINT: Add missing `__all__` annotationsBas van Beek2021-02-011-1/+3
* ENH: Replace module-level `__getattr__` with explicitly defined objectsBas van Beek2020-08-191-2/+59
* ENH: Add placeholder stubs for all sub-modulesBas van Beek2020-08-191-0/+4