Help for this page

Select Code to Download


  1. or download this
    my $num = $min + rand($max - $min);
    
  2. or download this
    my $int = $min + int(rand($max - $min));