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

/external/v8/test/cctest/
H A Dtest-alloc.cc186 unsigned int Pseudorandom() { function
222 (Page::kMaxNonCodeHeapObjectSize << (Pseudorandom() % 3)) +
223 Pseudorandom() % 5000 + 1;
232 int index = Pseudorandom() % blocks.length();

Completed in 67 milliseconds