aboutsummaryrefslogtreecommitdiff
path: root/include/xorshift64.c
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2021-01-23 20:48:34 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commit93f66971f66c14f18aba743b6d0f8b0f557351ca (patch)
tree1568304dd2c33e03a7ecd4b84b4ba48b03670731 /include/xorshift64.c
parent9eb1a379853b088df0ab3a4beae4e79eaead4823 (diff)
Hash collisions
Diffstat (limited to 'include/xorshift64.c')
-rw-r--r--include/xorshift64.c2
1 files changed, 1 insertions, 1 deletions
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;