2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-24 04:02:18 +00:00

updated pr with mborland's comments

This commit is contained in:
Maksym Zhelyeznyakov
2026-01-30 14:20:56 -05:00
parent f59f73bc70
commit fe885ca6b6
12 changed files with 30 additions and 46 deletions

View File

@@ -60,7 +60,7 @@ BOOST_AUTO_TEST_CASE_TEMPLATE(random_initializer_test, T, all_float_types)
x,
lr,
bopt::random_uniform_initializer_rvar<T>(
-2.0, 2.0, 1234)); // all initialized to 5
T(-2.0), T(2.0), 1234));
for (auto& xi : x) {
T v = xi.item();
BOOST_TEST(v >= -2);