wesm / pydata-book

Materials and IPython notebooks for "Python for Data Analysis" by Wes McKinney, published by O'Reilly Media
Other
22.27k stars 15.19k forks source link

Duplicate random number generator methods #179

Open SpecterShell opened 1 year ago

SpecterShell commented 1 year ago

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

MaxforCherubim commented 4 months ago

Oh! in the print of this boook, the second uniform was uniform(0, 1). So it should be a mistake.