Home
last modified time | relevance | path

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

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

Completed in 9 milliseconds