Searched defs:RandomInt (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/test/perf/
H A Dgenerate_profile.cc53 inline int RandomInt(int min, int max) { function in namespace:__anon7348
94 RandomChars(RandomInt(5, 20)));
99 return RandomWords(RandomInt(3, 15));
153 url = revisit_urls[RandomInt(0, static_cast<int>(revisit_urls.size()))];
161 const int redir_count = RandomInt(1, 4);
177 (RandomInt(0, 2) == 0) ? google_bitmap.get() : weewar_bitmap.get(),

Completed in 23 milliseconds