Index: doc/theses/thierry_delisle_PhD/code/utils.hpp
===================================================================
--- doc/theses/thierry_delisle_PhD/code/utils.hpp	(revision a82a8f48595cd3928f52f4805810325533dd05bd)
+++ doc/theses/thierry_delisle_PhD/code/utils.hpp	(revision db62eef976cc228c437ea0efc03f901f14e7694e)
@@ -76,5 +76,5 @@
 	static constexpr const uint64_t ai = extendedEuclidX(A, M);
 public:
-	Random(int seed) {
+	Random(unsigned int seed) {
 		this->x = seed * a;
 	}
