remove srand(1) call as nothing calls any rand like functions in x11perf

Discussed with doug@ and also pushed upstreams
This commit is contained in:
matthieu 2015-01-25 12:03:10 +00:00
parent a5b6dd2df8
commit a39acd67a3

View File

@ -853,7 +853,6 @@ ProcessTest(XParms xp, Test *test, int func, unsigned long pm, char *label)
DisplayStatus(xp->d, "Calibrating", label, 0);
reps = CalibrateTest(xp, test, seconds, &time);
if (reps != 0) {
srand(1); /* allow reproducible results */
XDestroySubwindows(xp->d, xp->w);
XClearWindow(xp->d, xp->w);
reps = (*test->init) (xp, &test->parms, reps);