in reply to RE: OK, understood, but still 1 *huge* flawin thread Spooky math problem
$num1 = rand(1000); $num2 = rand(1000); # pretend $num2 != $num1 $guess = rand($num1 * 2); [download]