#ifndef TESTSPR_SPROUT_RANDOM_UNIFORM_REAL_DISTRIBUTION_HPP #define TESTSPR_SPROUT_RANDOM_UNIFORM_REAL_DISTRIBUTION_HPP #include #include #include namespace testspr { void random_uniform_real_distribution_test() { using namespace sprout; testspr::random_distribution_test_generic >(); } } // namespace testspr #endif // #ifndef TESTSPR_SPROUT_RANDOM_UNIFORM_REAL_DISTRIBUTION_HPP