-
Notifications
You must be signed in to change notification settings - Fork 432
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
More complete documentation for random() #993
Comments
I guess that's possible. Would you care to make a PR yourself? |
mbartelsm
added a commit
to mbartelsm/rand
that referenced
this issue
Jul 2, 2020
Solves rust-random#993. Includes implementation details for easy peeking in IDEs
@dhardy Done! |
dhardy
pushed a commit
that referenced
this issue
Jul 3, 2020
Solves #993. Includes implementation details for easy peeking in IDEs
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Currently, the documentation for
random()
prompts the user to go to the documentation forStandard
in order to see the possible return values and ranges per implemented type of the function. This is confusing and convoluted, especially when reading the documentation in a popup from an IDE. A short description of the most commonly used types and their possible return values directly within the documentation forrandom()
would be ideal.The text was updated successfully, but these errors were encountered: