Help for this page
Select Code to Download
Select
or
download this
my $num = $min + rand($max - $min);
Select
or
download this
my $int = $min + int(rand($max - $min));