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 a1f1db5 commit 5ed3eb9Copy full SHA for 5ed3eb9
1 file changed
HashifyNet/Algorithms/MurmurHash/IMurmurHash1Config.cs
@@ -46,6 +46,6 @@ public interface IMurmurHash1Config : IHashConfig<IMurmurHash1Config>
46
/// <value>
47
/// The seed.
48
/// </value>
49
- uint Seed { get; }
+ int Seed { get; }
50
}
51
-}
+}
0 commit comments