Friday, July 11, 2008

Randomness

Something as simple as generating random strings can actually be complex. What if you want the strings to be truely unique? What if you have constraints on what chars to use and the length of the output?

The article here has a few methods listed, along with their respective pros and cons.