mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-06 14:24:09 +00:00
add random::poisson_distribution
This commit is contained in:
parent
befe29adf0
commit
9bcc98cb29
5 changed files with 448 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue