Mega Code Archive
Categories
/
Php
/
Math
Int rand ( [int min, int max] ) returns random numbers
$random = rand( ); $randrange = rand(1,10); ?>