Home
last modified time | relevance | path

Searched refs:__min (Results 1 – 1 of 1) sorted by relevance

/PHP-5.3/ext/standard/
H A Dphp_rand.h43 #define RAND_RANGE(__n, __min, __max, __tmax) \ argument
44 …(__n) = (__min) + (long) ((double) ( (double) (__max) - (__min) + 1.0) * ((__n) / ((__tmax) + 1.0)…

Completed in 4 milliseconds