From Jason Turner

[rand.dist.bern.bin]

Diff to HTML by rtfpessoa

tmp/tmpt7yxerod/{from.md → to.md} RENAMED
@@ -1,10 +1,10 @@
1
  ##### Class template `binomial_distribution` <a id="rand.dist.bern.bin">[[rand.dist.bern.bin]]</a>
2
 
3
  A `binomial_distribution` random number distribution produces integer
4
  values i ≥ 0 distributed according to the discrete probability function
5
- $$P(i\,|\,t,p) = \binom{t}{i} \cdot p^i \cdot (1-p)^{t-i} \text{ .}$$
6
 
7
  ``` cpp
8
  namespace std {
9
  template<class IntType = int>
10
  class binomial_distribution {
 
1
  ##### Class template `binomial_distribution` <a id="rand.dist.bern.bin">[[rand.dist.bern.bin]]</a>
2
 
3
  A `binomial_distribution` random number distribution produces integer
4
  values i ≥ 0 distributed according to the discrete probability function
5
+ in .
6
 
7
  ``` cpp
8
  namespace std {
9
  template<class IntType = int>
10
  class binomial_distribution {