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 8f33ca0 commit 687f562Copy full SHA for 687f562
1 file changed
HashifyNet/Algorithms/MurmurHash/IMurmurHash3Config.cs
@@ -40,6 +40,6 @@ public interface IMurmurHash3Config : IHashConfig<IMurmurHash3Config>
40
/// <value>
41
/// The seed.
42
/// </value>
43
- uint Seed { get; }
+ int Seed { get; }
44
}
45
-}
+}
0 commit comments