Searched defs:NextInt (Results 1 – 2 of 2) sorted by relevance
53 V8_INLINE int NextInt() V8_WARN_UNUSED_RESULT { return Next(32); } in NextInt() function
96 int RandomNumberGenerator::NextInt(int max) { in NextInt() function in v8::base::RandomNumberGenerator