diff options
Diffstat (limited to 'include/xorshift64.c')
| -rw-r--r-- | include/xorshift64.c | 2 |
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; |
