Home | History | Annotate | Download | only in src

Lines Matching refs:Random

2938     // Generate a random 32-bit hash value but limit range to fit
2940 hash_value = i::V8::Random(self->GetIsolate()) & i::Smi::kMaxValue;