<?php $min = 10**13; $max = (10**14) - 1; var_dump(random_int($min, $max));
You have javascript disabled. You will not be able to edit any code.