public void Test06BothRandom() { for (int i = nLowerLimit; i <= nUpperLimit; i++) { _test.TestBothRandom(i); } }
public void Test06BothRandom() { foreach (int i in _testLengths) { _test.TestBothRandom(i); } }