tmp/tmp2h64wqg6/{from.md → to.md}
RENAMED
|
@@ -1,18 +1,11 @@
|
|
| 1 |
##### Class template `normal_distribution` <a id="rand.dist.norm.normal">[[rand.dist.norm.normal]]</a>
|
| 2 |
|
| 3 |
A `normal_distribution` random number distribution produces random
|
| 4 |
-
numbers x distributed according to the probability density function
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
\cdot
|
| 8 |
-
% e^{-(x-\mu)^2 / (2\sigma^2)}
|
| 9 |
-
\exp{\left(- \, \frac{(x - \mu)^2}
|
| 10 |
-
{2 \sigma^2}
|
| 11 |
-
\right)
|
| 12 |
-
}
|
| 13 |
-
\text{ .}$$ The distribution parameters μ and σ are also known as this
|
| 14 |
distribution’s *mean* and *standard deviation*.
|
| 15 |
|
| 16 |
``` cpp
|
| 17 |
namespace std {
|
| 18 |
template<class RealType = double>
|
|
|
|
| 1 |
##### Class template `normal_distribution` <a id="rand.dist.norm.normal">[[rand.dist.norm.normal]]</a>
|
| 2 |
|
| 3 |
A `normal_distribution` random number distribution produces random
|
| 4 |
+
numbers x distributed according to the probability density function in .
|
| 5 |
+
|
| 6 |
+
The distribution parameters μ and σ are also known as this
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
distribution’s *mean* and *standard deviation*.
|
| 8 |
|
| 9 |
``` cpp
|
| 10 |
namespace std {
|
| 11 |
template<class RealType = double>
|