On Fri, Apr 4, 2014 at 2:29 AM, Nikola Novak <reasonsharp@...> wrote:
?
Hello!
I'm new to TDD and this group. For practice, I started a simple project and now I want to create a list of random strings, but such that no two strings are ever the same.
Ever? ?Is that even possible?
Desirable? - by definition - randomness can and should occasionally duplicate something. Testing a random number generator is very hard.?