pydata-book
pydata-book copied to clipboard
Duplicate random number generator methods
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?
Oh! in the print of this boook, the second uniform was uniform(0, 1)
.
So it should be a mistake.