was: if ( (computersToUse / GameParameters.CRACK_PASSWORD_FACTOR) >= rand) --- now: if ( (computersToUse / (computersToUse+GameParameters.CRACK_PASSWORD_FACTOR)) >= rand)