Searched refs:nextLower (Results 1 – 1 of 1) sorted by relevance
290 float nextLower = std::nextafter(static_cast<float>(lower), std::numeric_limits<float>::max()); in getUniform() local291 std::uniform_real_distribution<float> dis(nextLower, upper); in getUniform()