From 93f66971f66c14f18aba743b6d0f8b0f557351ca Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Sat, 23 Jan 2021 20:48:34 -0500 Subject: Hash collisions --- include/xorshift64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/xorshift64.c') diff --git a/include/xorshift64.c b/include/xorshift64.c index 04d5cfe..516218a 100644 --- a/include/xorshift64.c +++ b/include/xorshift64.c @@ -1,3 +1,3 @@ #include "xorshift64.h" -uint64_t xors = (uint64_t)0xFEEDCAFEF00DDDDD; +uint64_t xors = (uint64_t)0xBF58476D1CE4E5B9; -- cgit v1.3.1