From Jason Turner

[rand.predef]

Diff to HTML by rtfpessoa

tmp/tmpm64n7q9l/{from.md → to.md} RENAMED
@@ -86,13 +86,13 @@ using default_random_engine = implementation-defined;
86
  ```
87
 
88
  *Remarks:* The choice of engine type named by this `typedef` is
89
  *implementation-defined*.
90
 
91
- [*Note 1*: The implementation may select this type on the basis of
92
  performance, size, quality, or any combination of such factors, so as to
93
  provide at least acceptable engine behavior for relatively casual,
94
- inexpert, and/or lightweight use. Because different implementations may
95
  select different underlying engine types, code that uses this `typedef`
96
  need not generate identical sequences across
97
  implementations. — *end note*]
98
 
 
86
  ```
87
 
88
  *Remarks:* The choice of engine type named by this `typedef` is
89
  *implementation-defined*.
90
 
91
+ [*Note 1*: The implementation can select this type on the basis of
92
  performance, size, quality, or any combination of such factors, so as to
93
  provide at least acceptable engine behavior for relatively casual,
94
+ inexpert, and/or lightweight use. Because different implementations can
95
  select different underlying engine types, code that uses this `typedef`
96
  need not generate identical sequences across
97
  implementations. — *end note*]
98