예제 #1
0
 public void Test06BothRandom()
 {
     for (int i = nLowerLimit; i <= nUpperLimit; i++)
     {
         _test.TestBothRandom(i);
     }
 }
예제 #2
0
 public void Test06BothRandom()
 {
     foreach (int i in _testLengths)
     {
         _test.TestBothRandom(i);
     }
 }