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