tmp/tmp_mkvqvev/{from.md → to.md}
RENAMED
|
@@ -1,10 +1,9 @@
|
|
| 1 |
##### Class template `cauchy_distribution` <a id="rand.dist.norm.cauchy">[[rand.dist.norm.cauchy]]</a>
|
| 2 |
|
| 3 |
A `cauchy_distribution` random number distribution produces random
|
| 4 |
-
numbers x distributed according to the probability density function
|
| 5 |
-
$$p(x\,|\,a,b) = \left(\pi b \left(1 + \left(\frac{x-a}{b} \right)^2 \, \right)\right)^{-1} \text{ .}$$
|
| 6 |
|
| 7 |
``` cpp
|
| 8 |
namespace std {
|
| 9 |
template<class RealType = double>
|
| 10 |
class cauchy_distribution {
|
|
|
|
| 1 |
##### Class template `cauchy_distribution` <a id="rand.dist.norm.cauchy">[[rand.dist.norm.cauchy]]</a>
|
| 2 |
|
| 3 |
A `cauchy_distribution` random number distribution produces random
|
| 4 |
+
numbers x distributed according to the probability density function in .
|
|
|
|
| 5 |
|
| 6 |
``` cpp
|
| 7 |
namespace std {
|
| 8 |
template<class RealType = double>
|
| 9 |
class cauchy_distribution {
|