Searched refs:randomX (Results 1 – 1 of 1) sorted by relevance
1123 float randomX = rand() / float(RAND_MAX); in testIntersection() local1127 testPoint.x = lowerBound.x + randomX * (upperBound.x - lowerBound.x); in testIntersection()