Why is it that the B1/B2 bounds selected are so vastly different with the same exponent on the same machine if the P-1 test is invoked with these two different lines?
Code:
Pfactor=79299821,72,1
Test=79299821,72
The Pfactor line gives
Quote:
B1=395000,B2=8295000, chance = 3.84%
|
The Test line gives
Quote:
B1=835000,B2=21918750, chance = 5.13%
|
Why would Prime95 select such vastly-different bounds for the two testing methods? Whether a LL is going to be performed immediately afterwards shouldn't make any difference... should it?