summaryrefslogtreecommitdiff
path: root/numpy/random/bit_generator.pyi
Commit message (Expand)AuthorAgeFilesLines
* API: Add `rng.spawn()`, `bit_gen.spawn()`, and `bit_gen.seed_seq`Sebastian Berg2023-02-141-0/+3
* MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-181-1/+1
* STY: Use subscriptable `collections.abc` types over the generic aliases in …Bas van Beek2021-12-231-3/+1
* STY: Use subscriptable `builtins` types over the generic aliases in `typing`Bas van Beek2021-12-231-14/+10
* STY: Replace `Union` with the `|` operatorBas van Beek2021-12-221-10/+10
* STY: Replace `Optional` with the `|` operatorBas van Beek2021-12-221-2/+1
* MAINT: Drop .pyi code-paths specific to Python 3.7Bas van Beek2021-08-301-6/+1
* Small fixesKevin Sheppard2021-02-241-1/+1
* ENH/BUG: Add tests and correct typing issuesKevin Sheppard2021-02-241-24/+21
* ENH: Fix typingKevin Sheppard2021-02-151-2/+2
* ENH: Update typingKevin Sheppard2021-02-151-2/+10
* ENH: Update with TypedDictKevin Sheppard2021-02-131-2/+3
* ENH: Add typing for GeneratorKevin Sheppard2021-02-131-1/+1
* ENH: Add typing for MT19937 and PhiloxKevin Sheppard2021-02-131-24/+13
* ENH: Add typing for PCG64 and SFC64Kevin Sheppard2021-02-131-16/+53
* MAINT: Improve typing of BitGeneratorKevin Sheppard2021-02-131-18/+46
* ENH: Initial typing of randomKevin Sheppard2021-02-131-0/+61