Skip to content

Commit 1fb1dd6

Browse files
author
Stefanus Du Toit
committed
Merge pull request #30 from faithandbrave/master
[rand.synopsis] Fix typos "UintType" -> "UIntType". Thanks to Akira Takahashi!
2 parents 346a39e + bc9e6d8 commit 1fb1dd6

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)