wesm / pydata-book

Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duplicate random number generator methods

SpecterShell opened this issue · comments

There are two uniform methods in the list but with different descriptions, and rng seems to have only one method for uniform distribution (i.e. rng.*uniform*? gives only one result). Is this an errata?
image