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

Add missing test macros

This commit is contained in:
Matt Borland
2025-02-03 09:40:56 -05:00
parent ea9e1d11b6
commit 6a579ae501

View File

@@ -1,12 +1,12 @@
/**
* test_inverse_gaussian_distribution.cpp
*
*
* Distributed under the Boost Software License, Version 1.0. (See
* accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
*
*
* $Id$
*
*
*/
#include <boost/random/inverse_gaussian_distribution.hpp>
@@ -24,6 +24,8 @@
#define BOOST_RANDOM_DIST0_MAX (std::numeric_limits<double>::infinity)()
#define BOOST_RANDOM_DIST1_MIN 0
#define BOOST_RANDOM_DIST1_MAX (std::numeric_limits<double>::infinity)()
#define BOOST_RANDOM_DIST2_MIN 0
#define BOOST_RANDOM_DIST2_MAX (std::numeric_limits<double>::infinity)()
#define BOOST_RANDOM_TEST1_PARAMS
#define BOOST_RANDOM_TEST1_MIN 0.0