summaryrefslogtreecommitdiff
path: root/numpy/random/_generator.pyi
Commit message (Collapse)AuthorAgeFilesLines
* CLN: Clean up random typingKevin Sheppard2021-02-241-11/+4
| | | | | Clean unnecessary definitions Fix small typing errors
* Small fixesKevin Sheppard2021-02-241-2/+1
|
* BUG: Corect typing statements in mtrandKevin Sheppard2021-02-241-4/+4
| | | | | Bring over changes from Generator to RandomState where appropriate Remove attributes not in RandomState
* ENH/BUG: Improve definitions and fix bugsKevin Sheppard2021-02-241-33/+131
| | | | | | Add tests Fix related bugs Improve specificity of definitions
* ENH/BUG: Add tests and correct typing issuesKevin Sheppard2021-02-241-5/+38
| | | | | | | Add tests for lower level components Correct errors found in testing Improve specificity of tests Other small fixes to docs and typing
* ENH: Add typing for RandomStateKevin Sheppard2021-02-241-8/+2
| | | | | Add typing for RandomState Small fixes to Generator's typing
* ENH: Reorder bool and add scalar bool for integersKevin Sheppard2021-02-161-9/+18
|
* ENH: Add overloads to integersKevin Sheppard2021-02-151-7/+121
|
* ENH: Fix abstract integer useKevin Sheppard2021-02-151-2/+19
| | | | Replace with concrete types
* ENH: Add overloadsKevin Sheppard2021-02-131-51/+164
|
* ENH: Fix additional missed typesKevin Sheppard2021-02-131-8/+17
|
* ENH: More typingKevin Sheppard2021-02-131-82/+102
|
* ENH: Update with TypedDictKevin Sheppard2021-02-131-4/+11
| | | | Update using TypedDict for state
* ENH: Add typing for GeneratorKevin Sheppard2021-02-131-0/+245