From Jason Turner

[rand.req.seedseq]

Diff to HTML by rtfpessoa

tmp/tmpph9ubeo_/{from.md → to.md} RENAMED
@@ -9,12 +9,12 @@ 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` meets the requirements of a seed sequence if the expressions
13
  shown in [[rand.req.seedseq]] are valid and have the indicated
14
- semantics, and if `S` also meets all other requirements of this
15
- subclause [[rand.req.seedseq]]. In that Table and throughout this
16
  subclause:
17
 
18
  - `T` is the type named by `S`’s associated `result_type`;
19
  - `q` is a value of type `S` and `r` is a value of type `S` or
20
  `const S`;
 
9
  applications requiring large numbers of random number
10
  engines. — *end note*]
11
 
12
  A class `S` meets the requirements of a seed sequence if the expressions
13
  shown in [[rand.req.seedseq]] are valid and have the indicated
14
+ semantics, and if `S` also meets all other requirements of
15
+ [[rand.req.seedseq]]. In [[rand.req.seedseq]] and throughout this
16
  subclause:
17
 
18
  - `T` is the type named by `S`’s associated `result_type`;
19
  - `q` is a value of type `S` and `r` is a value of type `S` or
20
  `const S`;