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
I was reading
Goualard, Frédéric. “Drawing Random Floating-Point Numbers from an Interval.” ACM Transactions on Modeling and Computer Simulation 32, no. 3 (July 31, 2022): 1–24. https://doi.org/10.1145/3503512. (preprint at https://hal.science/hal-03282794v4)
by @goualard-f. Looks like it is not sufficient to use uniform_real_distribution from boost. At least we are doing overflow checks in dqrunif.
uniform_real_distribution
boost
dqrunif
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was reading
Goualard, Frédéric. “Drawing Random Floating-Point Numbers from an Interval.” ACM Transactions on Modeling and Computer Simulation 32, no. 3 (July 31, 2022): 1–24. https://doi.org/10.1145/3503512.
(preprint at https://hal.science/hal-03282794v4)
by @goualard-f. Looks like it is not sufficient to use
uniform_real_distribution
fromboost
. At least we are doing overflow checks indqrunif
.The text was updated successfully, but these errors were encountered: