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 2abb362 commit cdbbaaaCopy full SHA for cdbbaaa
1 file changed
HashifyNet/Algorithms/MetroHash/MetroHashConfig.cs
@@ -46,10 +46,10 @@ public class MetroHashConfig
46
/// <value>
47
/// The seed value.
48
/// </value>
49
- public ulong Seed { get; set; } = 0;
+ public long Seed { get; set; }
50
51
/// <summary>
52
- /// Makes a deep clone of current instance.
+ /// Makes a deep clone of the current instance.
53
/// </summary>
54
/// <returns>A deep clone of the current instance.</returns>
55
public IMetroHashConfig Clone() =>
@@ -59,4 +59,4 @@ public IMetroHashConfig Clone() =>
59
HashSizeInBits = this.HashSizeInBits
60
};
61
}
62
-}
+}
0 commit comments