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 954700e commit 2cd891cCopy full SHA for 2cd891c
1 file changed
HashifyNet/Algorithms/Jenkins/JenkinsLookup3Config.cs
@@ -49,15 +49,15 @@ public class JenkinsLookup3Config
49
/// <value>
50
/// The seed.
51
/// </value>
52
- public uint Seed { get; set; } = 0U;
+ public int Seed { get; set; }
53
54
/// <summary>
55
/// Gets the second seed.
56
/// </summary>
57
58
/// The second seed.
59
60
- public uint Seed2 { get; set; } = 0U;
+ public int Seed2 { get; set; }
61
62
63
/// Makes a deep clone of current instance.
@@ -71,4 +71,4 @@ public IJenkinsLookup3Config Clone() =>
71
Seed2 = Seed2
72
};
73
}
74
-}
+}
0 commit comments