tmp/tmprsmopo49/{from.md → to.md}
RENAMED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
##### Class template `chi_squared_distribution` <a id="rand.dist.norm.chisq">[[rand.dist.norm.chisq]]</a>
|
| 2 |
|
| 3 |
A `chi_squared_distribution` random number distribution produces random
|
| 4 |
numbers x > 0 distributed according to the probability density function
|
| 5 |
-
|
| 6 |
|
| 7 |
``` cpp
|
| 8 |
namespace std {
|
| 9 |
template<class RealType = double>
|
| 10 |
class chi_squared_distribution {
|
|
|
|
| 1 |
##### Class template `chi_squared_distribution` <a id="rand.dist.norm.chisq">[[rand.dist.norm.chisq]]</a>
|
| 2 |
|
| 3 |
A `chi_squared_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 chi_squared_distribution {
|