#ifndef TESTSPR_SPROUT_RANDOM_ADDITIVE_COMBINE_HPP #define TESTSPR_SPROUT_RANDOM_ADDITIVE_COMBINE_HPP #include #include #include namespace testspr { void random_additive_combine_test() { using namespace sprout; testspr::random_engine_test_generic(); } } // namespace testspr #endif // #ifndef TESTSPR_SPROUT_RANDOM_ADDITIVE_COMBINE_HPP