2
0
mirror of https://github.com/boostorg/random.git synced 2026-01-19 04:22:17 +00:00

5 Commits

Author SHA1 Message Date
jzmaddock
4239d93dad Update multiprecision_float_test.cpp to not overflow type double.
Previously the max value for uint1024_t could just squeeze into a double because truncation occurred during the conversion, now that cpp_int performs correctly rounded conversions, overflow occurs, and the computation fails.  Changed the problem distribution to use a multiprecision weight type, rather than double.
2022-06-01 19:35:36 +01:00
jzmaddock
c3ada7a1b2 Add missing #includes. 2021-03-16 10:47:16 +00:00
Steven Watanabe
f3a83d0497 Remove duplicate test which is now detected by Boost.Test. 2018-01-23 13:12:48 -07:00
James E. King III
9c82aad413 fix some warnings reported by clang 2017-12-05 11:21:56 -05:00
jzmaddock
839acad329 Get multiprecision floating point support working, and add test case. 2015-03-14 18:06:14 +00:00