#ifndef SPROUT_LIBS_RANDOM_TEST_GEOMETRIC_DISTRIBUTION_CPP #define SPROUT_LIBS_RANDOM_TEST_GEOMETRIC_DISTRIBUTION_CPP #include #include "./distribution_generic.hpp" #include namespace testspr { void random_geometric_distribution_test() { using namespace sprout; testspr::random_distribution_test_generic >(); } } // namespace testspr #ifndef TESTSPR_CPP_INCLUDE # define TESTSPR_TEST_FUNCTION testspr::random_geometric_distribution_test # include #endif #endif // #ifndef SPROUT_LIBS_RANDOM_TEST_GEOMETRIC_DISTRIBUTION_CPP