wearepal / data-science-types

Mypy stubs, i.e., type information, for numpy, pandas and matplotlib
Apache License 2.0
202 stars 51 forks source link

added random number Generator. #189

Closed olliethomas closed 3 years ago

olliethomas commented 3 years ago

Was a bit lazy with the function definitions. Most of them, under some situations can return a scalar. I've just got them returning an ndarray

tmke8 commented 3 years ago

not sure why we didn't merge this. can you resolve the conflicts?

olliethomas commented 3 years ago

The types are a bit lazily done. But, they are perhaps better than nothing

tmke8 commented 3 years ago

I'm sure they're great.