summaryrefslogtreecommitdiff
path: root/numpy/random/__init__.pyi
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Add typing for RandomState Small fixes to Generator's typing
* ENH: Add typing for GeneratorKevin Sheppard2021-02-131-2/+2
|
* ENH: Add typing for MT19937 and PhiloxKevin Sheppard2021-02-131-8/+7
| | | | | Add typing for remaining core bit generators Clean up remaining files
* MAINT: Improve typing of BitGeneratorKevin Sheppard2021-02-131-1/+4
| | | | | Fix initial bugs Add _Interface named tuple
* ENH: Initial typing of randomKevin Sheppard2021-02-131-2/+1
| | | | Add typing to the lowest-level building blocks on random
* 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