From Jason Turner

[rand.dist.norm]

Diff to HTML by rtfpessoa

tmp/tmp5kyotgq2/{from.md → to.md} RENAMED
@@ -3,11 +3,11 @@
3
  ##### Class template `normal_distribution` <a id="rand.dist.norm.normal">[[rand.dist.norm.normal]]</a>
4
 
5
  A `normal_distribution` random number distribution produces random
6
  numbers x distributed according to the probability density function $$%
7
  p(x\,|\,\mu,\sigma)
8
- = {1 \over \sigma \sqrt{2\pi}}
9
  \cdot
10
  % e^{-(x-\mu)^2 / (2\sigma^2)}
11
  \exp{\left(- \, \frac{(x - \mu)^2}
12
  {2 \sigma^2}
13
  \right)
 
3
  ##### Class template `normal_distribution` <a id="rand.dist.norm.normal">[[rand.dist.norm.normal]]</a>
4
 
5
  A `normal_distribution` random number distribution produces random
6
  numbers x distributed according to the probability density function $$%
7
  p(x\,|\,\mu,\sigma)
8
+ = \frac{1}{\sigma \sqrt{2\pi}}
9
  \cdot
10
  % e^{-(x-\mu)^2 / (2\sigma^2)}
11
  \exp{\left(- \, \frac{(x - \mu)^2}
12
  {2 \sigma^2}
13
  \right)