mt_getrandmax

mt_getrandmax -- Retorna o maior valor aletório possível

Descrição

int mt_getrandmax ( void)

Retorna o maior valor que pode ser obtido numa chamada a mt_rand( ) .

Veja também mt_rand( ) , mt_srand( ) e getrandmax( ) .