I have a set of strings that need to be load-balanced into 1 of 5 positions of a collection containing List<string>
.
How can I take the string.Hash() and convert that into an Int that is somewhat evenly distributed?
I'm asking so I can figure out a solution for this ASP.NET issue.