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
As rand() is not used at this stage, I think #include <cstdlib> can be removed.
rand()
#include <cstdlib>
raytracing.github.io/books/RayTracingInOneWeekend.html
Line 1186 in 7b92650
The text was updated successfully, but these errors were encountered:
Remove unnecesary include of cstdlib
ba881d8
It's not needed until we use the std `rand()` function. Resolves #687
Remove premature include of cstdlib
f0f4d2a
It's not needed until we use the `rand()` function. Resolves #687
e5d64a1
hollasch
No branches or pull requests
As
rand()
is not used at this stage, I think#include <cstdlib>
can be removed.raytracing.github.io/books/RayTracingInOneWeekend.html
Line 1186 in 7b92650
The text was updated successfully, but these errors were encountered: