tmp/tmp9ud934ul/{from.md → to.md}
RENAMED
|
@@ -1,20 +1,20 @@
|
|
| 1 |
#### In general <a id="rand.dist.general">[[rand.dist.general]]</a>
|
| 2 |
|
| 3 |
-
Each type instantiated from a class template specified in this
|
| 4 |
-
[[rand.dist]]
|
| 5 |
-
distribution
|
| 6 |
|
| 7 |
-
Descriptions are provided in this
|
| 8 |
distribution operations that are not described in [[rand.req.dist]] or
|
| 9 |
for operations where there is additional semantic information. In
|
| 10 |
particular, declarations for copy constructors, for copy assignment
|
| 11 |
operators, for streaming operators, and for equality and inequality
|
| 12 |
operators are not shown in the synopses.
|
| 13 |
|
| 14 |
The algorithms for producing each of the specified distributions are
|
| 15 |
*implementation-defined*.
|
| 16 |
|
| 17 |
The value of each probability density function p(z) and of each discrete
|
| 18 |
-
probability function P(zᵢ) specified in this
|
| 19 |
outside its stated domain.
|
| 20 |
|
|
|
|
| 1 |
#### In general <a id="rand.dist.general">[[rand.dist.general]]</a>
|
| 2 |
|
| 3 |
+
Each type instantiated from a class template specified in this
|
| 4 |
+
subclause [[rand.dist]] meets the requirements of a random number
|
| 5 |
+
distribution [[rand.req.dist]] type.
|
| 6 |
|
| 7 |
+
Descriptions are provided in this subclause [[rand.dist]] only for
|
| 8 |
distribution operations that are not described in [[rand.req.dist]] or
|
| 9 |
for operations where there is additional semantic information. In
|
| 10 |
particular, declarations for copy constructors, for copy assignment
|
| 11 |
operators, for streaming operators, and for equality and inequality
|
| 12 |
operators are not shown in the synopses.
|
| 13 |
|
| 14 |
The algorithms for producing each of the specified distributions are
|
| 15 |
*implementation-defined*.
|
| 16 |
|
| 17 |
The value of each probability density function p(z) and of each discrete
|
| 18 |
+
probability function P(zᵢ) specified in this subclause is 0 everywhere
|
| 19 |
outside its stated domain.
|
| 20 |
|