From Jason Turner

[rand.synopsis]

Diff to HTML by rtfpessoa

tmp/tmpz2i6nenr/{from.md → to.md} RENAMED
@@ -9,13 +9,13 @@ namespace std {
9
  template<class UIntType, UIntType a, UIntType c, UIntType m>
10
  class linear_congruential_engine;
11
 
12
  // [rand.eng.mers], class template mersenne_twister_engine
13
  template<class UIntType, size_t w, size_t n, size_t m, size_t r,
14
- UIntType a, size_t u, UintType d, size_t s,
15
  UIntType b, size_t t,
16
- UIntType c, size_t l, UintType f>
17
  class mersenne_twister_engine;
18
 
19
  // [rand.eng.sub], class template subtract_with_carry_engine
20
  template<class UIntType, size_t w, size_t s, size_t r>
21
  class subtract_with_carry_engine;
 
9
  template<class UIntType, UIntType a, UIntType c, UIntType m>
10
  class linear_congruential_engine;
11
 
12
  // [rand.eng.mers], class template mersenne_twister_engine
13
  template<class UIntType, size_t w, size_t n, size_t m, size_t r,
14
+ UIntType a, size_t u, UIntType d, size_t s,
15
  UIntType b, size_t t,
16
+ UIntType c, size_t l, UIntType f>
17
  class mersenne_twister_engine;
18
 
19
  // [rand.eng.sub], class template subtract_with_carry_engine
20
  template<class UIntType, size_t w, size_t s, size_t r>
21
  class subtract_with_carry_engine;