if (testCaseRandomnessOverride != null)
return true;
Repeat repeat;
if ((repeat = method.getAnnotation(Repeat.class)) != null) {
return repeat.useConstantSeed();
}
if ((repeat = suiteClass.getAnnotation(Repeat.class)) != null) {
return repeat.useConstantSeed();
}