Lines Matching refs:Random
98 static const char *programName = "Random File";
107 ** PRIVATE FUNCTION: Random
125 static PRUint32 Random(void)
135 } /* Random */
178 PRUint32 minor = (Random() % cd->limit) + 1;
179 PRUint32 random = (Random() % cd->limit) + 1;
180 PRUint32 pages = (Random() % cd->limit) + 10;
275 ** Random File: Using loops = 2, threads = 10, limit = 57
276 ** Random File: [min [avg] max] writes/sec average
360 hammer[active].limit = (Random() % limit) + 1;