tmp/tmpnvh4hcl3/{from.md → to.md}
RENAMED
|
@@ -1,17 +1,17 @@
|
|
| 1 |
-
####
|
| 2 |
|
| 3 |
-
Each type instantiated from a class template specified in
|
| 4 |
-
|
| 5 |
-
|
| 6 |
|
| 7 |
-
Descriptions are provided in
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 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
|
|
|
|
| 1 |
+
#### General <a id="rand.dist.general">[[rand.dist.general]]</a>
|
| 2 |
|
| 3 |
+
Each type instantiated from a class template specified in [[rand.dist]]
|
| 4 |
+
meets the requirements of a random number distribution [[rand.req.dist]]
|
| 5 |
+
type.
|
| 6 |
|
| 7 |
+
Descriptions are provided in [[rand.dist]] only for distribution
|
| 8 |
+
operations that are not described in [[rand.req.dist]] or for operations
|
| 9 |
+
where there is additional semantic information. In particular,
|
| 10 |
+
declarations for copy constructors, for copy assignment operators, for
|
| 11 |
+
streaming operators, and for equality and inequality operators are not
|
| 12 |
+
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
|