Open SpecterShell opened 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?
uniform
rng
rng.*uniform*?
Oh! in the print of this boook, the second uniform was uniform(0, 1). So it should be a mistake.
uniform(0, 1)
There are two
uniform
methods in the list but with different descriptions, andrng
seems to have only one method for uniform distribution (i.e.rng.*uniform*?
gives only one result). Is this an errata?