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 2cd891c commit 38186f2Copy full SHA for 38186f2
HashifyNet/Algorithms/Jenkins/JenkinsLookup2Config.cs
@@ -46,10 +46,10 @@ public class JenkinsLookup2Config
46
/// <value>
47
/// The seed.
48
/// </value>
49
- public uint Seed { get; set; } = 0U;
+ public int 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 IJenkinsLookup2Config Clone() =>
@@ -58,4 +58,4 @@ public IJenkinsLookup2Config Clone() =>
58
Seed = Seed
59
};
60
}
61
-}
+}
0 commit comments