function nums($cant = 16){ mt_srand(); for($i=1;$i<=$cant;$i++) $fin .= mt_rand (0, 9); return $fin;}