Skip to content

Commit

Permalink
TYP: Import into random module
Browse files Browse the repository at this point in the history
  • Loading branch information
bashtage committed Jul 15, 2022
1 parent c5c79cd commit a148eeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions numpy/random/__init__.pyi
Expand Up @@ -23,6 +23,7 @@ from numpy.random.mtrand import (
f as f,
gamma as gamma,
geometric as geometric,
get_bit_generator as get_bit_generator,
get_state as get_state,
gumbel as gumbel,
hypergeometric as hypergeometric,
Expand Down Expand Up @@ -50,6 +51,7 @@ from numpy.random.mtrand import (
rayleigh as rayleigh,
sample as sample,
seed as seed,
set_bit_generator as set_bit_generator,
set_state as set_state,
shuffle as shuffle,
standard_cauchy as standard_cauchy,
Expand Down

0 comments on commit a148eeb

Please sign in to comment.