Searched refs:__min (Results 1 – 1 of 1) sorted by relevance
63 # define RAND_RANGE_BADSCALING(__n, __min, __max, __tmax) \ argument64 …(__n) = (__min) + (zend_long) ((double) ( (double) (__max) - (__min) + 1.0) * ((__n) / ((__tmax) +…
Completed in 4 milliseconds