tmp/tmpww7p3n90/{from.md → to.md}
RENAMED
|
@@ -1,13 +1,10 @@
|
|
| 1 |
##### Class template `weibull_distribution` <a id="rand.dist.pois.weibull">[[rand.dist.pois.weibull]]</a>
|
| 2 |
|
| 3 |
A `weibull_distribution` random number distribution produces random
|
| 4 |
numbers x ≥ 0 distributed according to the probability density function
|
| 5 |
-
|
| 6 |
-
\cdot \left(\frac{x}{b}\right)^{a-1}
|
| 7 |
-
\cdot \, \exp\left( -\left(\frac{x}{b}\right)^a\right)
|
| 8 |
-
\text{ .}$$
|
| 9 |
|
| 10 |
``` cpp
|
| 11 |
namespace std {
|
| 12 |
template<class RealType = double>
|
| 13 |
class weibull_distribution {
|
|
|
|
| 1 |
##### Class template `weibull_distribution` <a id="rand.dist.pois.weibull">[[rand.dist.pois.weibull]]</a>
|
| 2 |
|
| 3 |
A `weibull_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 weibull_distribution {
|