Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate random number generator methods #179

Open
SpecterShell opened this issue Jul 4, 2023 · 1 comment
Open

Duplicate random number generator methods #179

SpecterShell opened this issue Jul 4, 2023 · 1 comment

Comments

@SpecterShell
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@SpecterShell @MaxforCherubim and others