I don\'t think that this is specific to a language or framework, but I am using xUnit.net and C#.
I have a function that returns a random date in a certain range. I
If you want to check the quality of the random numbers (in terms of independance) there are several ways to do this. One good way is the Chi square test.