mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
testspr テスト追加
This commit is contained in:
parent
240c2bee1d
commit
7479f20c46
72 changed files with 6810 additions and 0 deletions
16
testspr/sprout/random/geometric_distribution.hpp
Normal file
16
testspr/sprout/random/geometric_distribution.hpp
Normal file
|
@ -0,0 +1,16 @@
|
|||
#ifndef TESTSPR_SPROUT_RANDOM_GEOMETRIC_DISTRIBUTION_HPP
|
||||
#define TESTSPR_SPROUT_RANDOM_GEOMETRIC_DISTRIBUTION_HPP
|
||||
|
||||
#include <sprout/random/geometric_distribution.hpp>
|
||||
#include <testspr/sprout/random/distribution_generic.hpp>
|
||||
#include <testspr/tools.hpp>
|
||||
|
||||
namespace testspr {
|
||||
void random_geometric_distribution_test() {
|
||||
using namespace sprout;
|
||||
|
||||
testspr::random_distribution_test_generic<sprout::random::geometric_distribution<> >();
|
||||
}
|
||||
} // namespace testspr
|
||||
|
||||
#endif // #ifndef TESTSPR_SPROUT_RANDOM_GEOMETRIC_DISTRIBUTION_HPP
|
Loading…
Add table
Add a link
Reference in a new issue