Help for this page

Select Code to Download


  1. or download this
    sub Get_Target{
       ###Gets two random primes a creates the goal.
       my $i = @primes;
    ...
       my $value2 = int(rand($i));
       $goal = $primes[$value1] * $primes[$value2];   
    }