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 c0587193a9a325a5e3fbfb7aa1a010a4a16c6702)
@@ -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;
 	}
