From Jason Turner

[rand.dist.pois.gamma]

Diff to HTML by rtfpessoa

tmp/tmpefx0c3sg/{from.md → to.md} RENAMED
@@ -1,12 +1,10 @@
1
  ##### Class template `gamma_distribution` <a id="rand.dist.pois.gamma">[[rand.dist.pois.gamma]]</a>
2
 
3
  A `gamma_distribution` random number distribution produces random
4
  numbers x > 0 distributed according to the probability density function
5
- $$p(x\,|\,\alpha,\beta) =
6
- \frac{e^{-x/\beta}}{\beta^{\alpha} \cdot \Gamma(\alpha)} \, \cdot \, x^{\, \alpha-1}
7
- \text{ .}$$
8
 
9
  ``` cpp
10
  namespace std {
11
  template<class RealType = double>
12
  class gamma_distribution {
 
1
  ##### Class template `gamma_distribution` <a id="rand.dist.pois.gamma">[[rand.dist.pois.gamma]]</a>
2
 
3
  A `gamma_distribution` random number distribution produces random
4
  numbers x > 0 distributed according to the probability density function
5
+ in .
 
 
6
 
7
  ``` cpp
8
  namespace std {
9
  template<class RealType = double>
10
  class gamma_distribution {