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
Hi, could you add this to random.inl please?
template <> GLM_FUNC_QUALIFIER int compute_linearRand::operator()<int> (int const & Min, int const & Max) const { return (std::rand() % (Max - Min)) + Min; }
The text was updated successfully, but these errors were encountered:
Improved linearRand: support precision and integers (#230)
5f7862e
Fixed signed integer and float linearRand results #230
bfa893b
This issue is resolved in the master branch for GLM 0.9.6 release.
Thanks for contributing, Christophe
Sorry, something went wrong.
awesome, thank you!
Groovounet
No branches or pull requests
Hi, could you add this to random.inl please?
The text was updated successfully, but these errors were encountered: