From 51a56dcbf600039502f079dd6cb74cecd6772fb2 Mon Sep 17 00:00:00 2001 From: Ahmet Inan Date: Sat, 14 Jun 2025 09:12:32 +0200 Subject: [PATCH] oops --- xorshift.hh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xorshift.hh b/xorshift.hh index aedb324..8b74f60 100644 --- a/xorshift.hh +++ b/xorshift.hh @@ -16,7 +16,7 @@ public: typedef uint32_t result_type; static constexpr result_type min() { - return 0; + return 1; } static constexpr result_type max() { @@ -44,7 +44,7 @@ public: typedef uint64_t result_type; static constexpr result_type min() { - return 0; + return 1; } static constexpr result_type max() { @@ -77,7 +77,7 @@ public: typedef uint32_t result_type; static constexpr result_type min() { - return 0; + return 1; } static constexpr result_type max() { @@ -119,7 +119,7 @@ public: typedef uint32_t result_type; static constexpr result_type min() { - return 0; + return 1; } static constexpr result_type max() {