![]() |
|
|
#45 | |
|
May 2003
3×7×11 Posts |
Quote:
Phil |
|
|
|
|
|
|
#46 | |
|
May 2003
3·7·11 Posts |
Quote:
|
|
|
|
|
|
|
#47 |
|
Jun 2003
31×163 Posts |
Yes. LLR internally uses GW's PRP routines only (hence the "Please credit GW's PRP" line when it finds a probable prime). The residue matches RES64, not OLD64 (which is there for compatibility with older version of PRP).
|
|
|
|
|
|
#48 | |
|
May 2003
3×7×11 Posts |
Quote:
Code:
$ ./phrot.cygp3 -b3 -a1 -q '254*5^474558-1' Actually testing 3968750*390625^59319-1 (59321/131072 limbs) 254*5^474558-1 [-121107,-115114,171815,113968] is composite LLR64=EF65F8011E5542EE. (t=21392.67s) So, I need to either: a) programattically predict if a test has a > epsilon chance of FFT roundoff error, and ensure that a smaller limb size is chosen (will slow down some tests) b) keep tabs on the roundoff errors (slows down all tests). c) both. (c) is the long term choice, obviously. |
|
|
|
|
|
|
#49 |
|
Jun 2003
505310 Posts |
I tested this with -a2 switch. Doesn't seem to have made any difference for the FFT size. Residues are matching
Code:
phrot.46.exe -a2 -b=3 -q"254*5^474558-1" Actually testing 3968750*390625^59319-1 (59321/131072 limbs) 254*5^474558-1 [-121107,-115114,171815,113968] is composite LLR64=EF65F8011E5542EE. (t=16961.28s) |
|
|
|
|
|
#50 | |
|
May 2003
3×7×11 Posts |
Quote:
|
|
|
|
|
|
|
#51 | |
|
May 2003
3·7·11 Posts |
Quote:
Code:
sh-3.1$ ./phrot.cygp3 -b=3 -q "254*5^474558-1" Actually testing 3968750*1953125^52728-1 (52730/114688 limbs) i=2 err=0.00000 i=3 err=0.00000 i=4 err=0.00000 i=5 err=0.00002 i=6 err=0.00006 i=7 err=0.00028 i=8 err=0.00038 i=9 err=0.00074 i=10 err=0.00223 i=11 err=0.00393 i=12 err=0.00533 i=13 err=0.01116 i=14 err=0.01562 i=15 err=0.02232 i=16 err=0.03001 i=17 err=0.07143 i=18 err=0.10163 i=19 err=0.16785 i=20 err=0.25000 i=21 err=0.32141 i=24 err=0.35715 i=29 err=0.40472 i=58 err=0.40665 i=119 err=0.40829 i=210 err=0.42856 i=2062 err=0.46428 |
|
|
|
|
|
|
#52 |
|
Jul 2003
wear a mask
2·829 Posts |
We should also test the top ten primes found by the Riesel search:
175268*5^360870-1 339728*5^249588-1 74528*5^218272-1 346078*5^176421-1 201590*5^165080-1 256568*5^160920-1 217592*5^157128-1 294704*5^149576-1 292414*5^148601-1 197774*5^147396-1 Has this been done yet? |
|
|
|
|
|
#53 | |
|
May 2003
E716 Posts |
Quote:
Phil |
|
|
|
|
|
|
#54 | |
|
Oct 2006
25910 Posts |
Quote:
175268*5^360870-1 free to test 339728*5^249588-1 free to test 346078*5^176421-1 free to test 201590*5^165080-1 free to test 256568*5^160920-1 free to test 217592*5^157128-1 free to test 294704*5^149576-1 free to test 292414*5^148601-1 free to test 197774*5^147396-1 free to test |
|
|
|
|
|
|
#55 | |
|
May 2003
3×7×11 Posts |
Quote:
The small ones all passed, the largest failed, I forget about the second largest. I've not changed the modular exponentiator or modular reduction algorithms significantly since then. So the results should be identical. However, the new information that would be very useful would be the new maxerrs info, and some auxiliary info that won't mean anything to anyone else, but will help me tremendously. So here's 0.47... |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Request | pinhodecarlos | Lounge | 3 | 2017-10-26 18:58 |
| Bug/request | Dubslow | YAFU | 4 | 2012-03-31 03:07 |
| Odd request? | Xyzzy | Lounge | 23 | 2011-03-08 17:50 |
| GMP-ECM Request | rogue | GMP-ECM | 4 | 2009-11-23 15:07 |
| A little request | 10metreh | Aliquot Sequences | 8 | 2009-10-07 18:13 |