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 0e61e23 commit b7f8a50Copy full SHA for b7f8a50
1 file changed
HashifyNet/Algorithms/XxHash/XxHashConfig.cs
@@ -49,10 +49,10 @@ public class XxHashConfig
49
/// <value>
50
/// The seed.
51
/// </value>
52
- public long Seed { get; set; } = 0UL;
+ public long Seed { get; set; }
53
54
/// <summary>
55
- /// Makes a deep clone of current instance.
+ /// Makes a deep clone of the current instance.
56
/// </summary>
57
/// <returns>A deep clone of the current instance.</returns>
58
public IXxHashConfig Clone() =>
@@ -62,5 +62,5 @@ public IXxHashConfig Clone() =>
62
Seed = Seed
63
};
64
}
65
-
66
+
0 commit comments