Skip to content

Commit bc9e6d8

Browse files
committed
fixed typo
1 parent 93d0208 commit bc9e6d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/numerics.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2436,9 +2436,9 @@
24362436

24372437
// \ref{rand.eng.mers}, class template mersenne_twister_engine
24382438
template<class UIntType, size_t w, size_t n, size_t m, size_t r,
2439-
UIntType a, size_t u, UintType d, size_t s,
2439+
UIntType a, size_t u, UIntType d, size_t s,
24402440
UIntType b, size_t t,
2441-
UIntType c, size_t l, UintType f>
2441+
UIntType c, size_t l, UIntType f>
24422442
class mersenne_twister_engine;
24432443

24442444
// \ref{rand.eng.sub}, class template subtract_with_carry_engine

0 commit comments

Comments
 (0)