From Jason Turner

[rand.dist.pois.exp]

Diff to HTML by rtfpessoa

tmp/tmpyjolvoag/{from.md → to.md} RENAMED
@@ -1,10 +1,10 @@
1
  ##### Class template `exponential_distribution` <a id="rand.dist.pois.exp">[[rand.dist.pois.exp]]</a>
2
 
3
  An `exponential_distribution` random number distribution produces random
4
  numbers x > 0 distributed according to the probability density function
5
- $$p(x\,|\,\lambda) = \lambda e^{-\lambda x} \text{ .}$$
6
 
7
  ``` cpp
8
  namespace std {
9
  template<class RealType = double>
10
  class exponential_distribution {
 
1
  ##### Class template `exponential_distribution` <a id="rand.dist.pois.exp">[[rand.dist.pois.exp]]</a>
2
 
3
  An `exponential_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 exponential_distribution {