-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Non-equation in random.uniform #115921
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
Comments
Yes, |
terryjreedy
added a commit
to terryjreedy/cpython
that referenced
this issue
Feb 26, 2024
In uniform function entry.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Feb 26, 2024
…honGH-115927) In uniform function entry. (cherry picked from commit de0b4f9) Co-authored-by: Terry Jan Reedy <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Feb 26, 2024
…honGH-115927) In uniform function entry. (cherry picked from commit de0b4f9) Co-authored-by: Terry Jan Reedy <[email protected]>
terryjreedy
added a commit
that referenced
this issue
Feb 26, 2024
…-115927) (#115928) In uniform function entry. (cherry picked from commit de0b4f9) Co-authored-by: Terry Jan Reedy <[email protected]>
terryjreedy
added a commit
that referenced
this issue
Feb 26, 2024
…-115927) (#115929) In uniform function entry. (cherry picked from commit de0b4f9) Co-authored-by: Terry Jan Reedy <[email protected]>
woodruffw
pushed a commit
to woodruffw-forks/cpython
that referenced
this issue
Mar 4, 2024
…hon#115927) In uniform function entry.
adorilson
pushed a commit
to adorilson/cpython
that referenced
this issue
Mar 25, 2024
…hon#115927) In uniform function entry.
diegorusso
pushed a commit
to diegorusso/cpython
that referenced
this issue
Apr 17, 2024
…hon#115927) In uniform function entry.
LukasWoodtli
pushed a commit
to LukasWoodtli/cpython
that referenced
this issue
Jan 22, 2025
…hon#115927) In uniform function entry.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Documentation
The
random.uniform
doc says:That's not an equation. Just an expression.
The page mentions "equation" twice more right above, but I think those refer to actual equations like the
pdf(x) = ...
forrandom.gammavariate
and are thus correct.Linked PRs
The text was updated successfully, but these errors were encountered: