add random::poisson_distribution

This commit is contained in:
bolero-MURAKAMI 2015-04-10 15:40:12 +09:00
parent befe29adf0
commit 9bcc98cb29
5 changed files with 448 additions and 2 deletions

View file

@ -16,6 +16,7 @@
#include <sprout/random/bernoulli_distribution.hpp>
#include <sprout/random/binomial_distribution.hpp>
#include <sprout/random/geometric_distribution.hpp>
#include <sprout/random/poisson_distribution.hpp>
#include <sprout/random/normal_distribution.hpp>
#endif // #ifndef SPROUT_RANDOM_DISTRIBUTION_HPP