We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ff314 commit 8df5894Copy full SHA for 8df5894
pkg/decision/bucketer/murmurhashbucketer.go
@@ -27,7 +27,7 @@ import (
27
"github.com/twmb/murmur3"
28
)
29
30
-var maxHashValue = float64(math.Pow(2, 32))
+var maxHashValue = math.Pow(2, 32)
31
32
// DefaultHashSeed is the hash seed to use for murmurhash
33
const DefaultHashSeed = 1
0 commit comments