We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are still a couple of mentions of random_in_unit_sphere in the books, that should probably be switched out for random_unit_vector:
random_in_unit_sphere
random_unit_vector
random_in_unit_disc
The text was updated successfully, but these errors were encountered:
Ref #1606, #1616
Sorry, something went wrong.
Fix dangling references to random_in_unit_sphere()
4901620
Resolves #1637
25b8ba8
hollasch
No branches or pull requests
There are still a couple of mentions of
random_in_unit_sphere
in the books,that should probably be switched out for
random_unit_vector
:random_in_unit_disc
.random_in_unit_disc
would work too, and would be a smaller code snippet.The text was updated successfully, but these errors were encountered: