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 |
-
|
| 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 {
|