]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - test-suite/hash.c
SourceFormat Enforcement
[thirdparty/squid.git] / test-suite / hash.c
index 52eaa33f0f094da8e8b3362df79ba1faeb0850d7..6bedfcceef7c31529a20b02c283680b67d4a2efa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -355,7 +355,7 @@ main(void)
     printf("done creating hash table: %d\n", hid);
 
     std::mt19937 mt;
-    std::uniform_int_distribution<> dist(0,16);
+    xuniform_int_distribution<> dist(0,16);
 
     while (fgets(buf, BUFSIZ, stdin)) {
         buf[strlen(buf) - 1] = '\0';