tmp/tmp8gxfnjpd/{from.md → to.md}
RENAMED
|
@@ -1,17 +1,22 @@
|
|
| 1 |
#### In general <a id="rand.adapt.general">[[rand.adapt.general]]</a>
|
| 2 |
|
| 3 |
Each type instantiated from a class template specified in this section
|
| 4 |
-
[[rand.
|
| 5 |
adaptor ([[rand.req.adapt]]) type.
|
| 6 |
|
| 7 |
Except where specified otherwise, the complexity of each function
|
| 8 |
specified in this section [[rand.adapt]] is constant.
|
| 9 |
|
| 10 |
Except where specified otherwise, no function described in this section
|
| 11 |
[[rand.adapt]] throws an exception.
|
| 12 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
Descriptions are provided in this section [[rand.adapt]] only for
|
| 14 |
adaptor operations that are not described in section [[rand.req.adapt]]
|
| 15 |
or for operations where there is additional semantic information. In
|
| 16 |
particular, declarations for copy constructors, for copy assignment
|
| 17 |
operators, for streaming operators, and for equality and inequality
|
|
|
|
| 1 |
#### In general <a id="rand.adapt.general">[[rand.adapt.general]]</a>
|
| 2 |
|
| 3 |
Each type instantiated from a class template specified in this section
|
| 4 |
+
[[rand.adapt]] satisfies the requirements of a random number engine
|
| 5 |
adaptor ([[rand.req.adapt]]) type.
|
| 6 |
|
| 7 |
Except where specified otherwise, the complexity of each function
|
| 8 |
specified in this section [[rand.adapt]] is constant.
|
| 9 |
|
| 10 |
Except where specified otherwise, no function described in this section
|
| 11 |
[[rand.adapt]] throws an exception.
|
| 12 |
|
| 13 |
+
Every function described in this section [[rand.adapt]] that has a
|
| 14 |
+
function parameter `q` of type `Sseq&` for a template type parameter
|
| 15 |
+
named `Sseq` that is different from type `seed_seq` throws what and when
|
| 16 |
+
the invocation of `q.generate` throws.
|
| 17 |
+
|
| 18 |
Descriptions are provided in this section [[rand.adapt]] only for
|
| 19 |
adaptor operations that are not described in section [[rand.req.adapt]]
|
| 20 |
or for operations where there is additional semantic information. In
|
| 21 |
particular, declarations for copy constructors, for copy assignment
|
| 22 |
operators, for streaming operators, and for equality and inequality
|