From Jason Turner

[rand.dist.norm.normal]

Diff to HTML by rtfpessoa

tmp/tmp43orqwv6/{from.md → to.md} RENAMED
@@ -1,11 +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
  p(x\,|\,\mu,\sigma)
6
- = {1 \over \sigma \sqrt{2\pi}}
7
  \cdot
8
  % e^{-(x-\mu)^2 / (2\sigma^2)}
9
  \exp{\left(- \, \frac{(x - \mu)^2}
10
  {2 \sigma^2}
11
  \right)
 
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
  p(x\,|\,\mu,\sigma)
6
+ = \frac{1}{\sigma \sqrt{2\pi}}
7
  \cdot
8
  % e^{-(x-\mu)^2 / (2\sigma^2)}
9
  \exp{\left(- \, \frac{(x - \mu)^2}
10
  {2 \sigma^2}
11
  \right)