tmp/tmpxz4hdo8d/{from.md → to.md}
RENAMED
|
@@ -1,13 +1,15 @@
|
|
| 1 |
#### Seed sequence requirements <a id="rand.req.seedseq">[[rand.req.seedseq]]</a>
|
| 2 |
|
| 3 |
A *seed sequence* is an object that consumes a sequence of
|
| 4 |
integer-valued data and produces a requested number of unsigned integer
|
| 5 |
-
values i, 0 ≤ i < 2³², based on the consumed data.
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
of random
|
|
|
|
|
|
|
| 9 |
|
| 10 |
A class `S` satisfies the requirements of a seed sequence if the
|
| 11 |
expressions shown in Table [[tab:SeedSequence]] are valid and have the
|
| 12 |
indicated semantics, and if `S` also satisfies all other requirements of
|
| 13 |
this section [[rand.req.seedseq]]. In that Table and throughout this
|
|
|
|
| 1 |
#### Seed sequence requirements <a id="rand.req.seedseq">[[rand.req.seedseq]]</a>
|
| 2 |
|
| 3 |
A *seed sequence* is an object that consumes a sequence of
|
| 4 |
integer-valued data and produces a requested number of unsigned integer
|
| 5 |
+
values i, 0 ≤ i < 2³², based on the consumed data.
|
| 6 |
+
|
| 7 |
+
[*Note 1*: Such an object provides a mechanism to avoid replication of
|
| 8 |
+
streams of random variates. This can be useful, for example, in
|
| 9 |
+
applications requiring large numbers of random number
|
| 10 |
+
engines. — *end note*]
|
| 11 |
|
| 12 |
A class `S` satisfies the requirements of a seed sequence if the
|
| 13 |
expressions shown in Table [[tab:SeedSequence]] are valid and have the
|
| 14 |
indicated semantics, and if `S` also satisfies all other requirements of
|
| 15 |
this section [[rand.req.seedseq]]. In that Table and throughout this
|