Searched refs:GetRandomNumber (Results 1 – 3 of 3) sorted by relevance
115 static T GetRandomNumber(T min, T max) { in GetRandomNumber() function
1125 session_data.session_id = GetRandomNumber<int64_t>(1, std::numeric_limits<int64_t>::max()); in InitNonZygoteOrPostFork()
102 int32_t r = GetRandomNumber<int32_t>(min_delta, max_delta); in ChooseRelocationOffsetDelta()