Re: JSH: I'm depressed
- From: "Tim Peters" <tim.one@xxxxxxxxxxx>
- Date: Sun, 14 May 2006 18:07:04 -0400
[W. Dale Hall]
...
Finally, your "hyperbolic factoring method" doesn't apparently
work any better than brute force.
AFAIK, nobody has tried it. It was posted only to sci.crypt, and James was
unable to provoke any serious replies (either then or in a later followup):
From: jstevh@xxxxxxx
Newsgroups: sci.crypt
Subject: Surrogate factoring, corrected equations
Date: 10 Apr 2006 19:03:50 -0700
Message-ID: <1144721030.577577.259860@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
I suppose a thoroughly safe statement would be that nobody knows for sure
how it might work.
However, if you're a betting man, note that it's another pile of equations
over the complex numbers that has nothing in it to force integral results.
"Been there, done that" was my gut response, and it's such an unpromising &
unmotivated mess I have no interest in trying it. Unless it's fundamentally
better than all previous SF variations, "works worse than random-gcd" would
be the outcome, where "random-gcd" is this algorithm, given a composite T to
be factored:
repeat {
i := an integer chosen uniformly at random from [2, T)
g := gcd(i, T)
} until 1 < g < T
report that g is a non-trivial factor of T
I see no reason to suspect the April 10 variation might do better, although
I have indeed not tried it.
.
- References:
- JSH: I'm depressed
- From: jstevh
- Re: JSH: I'm depressed
- From: W. Dale Hall
- JSH: I'm depressed
- Prev by Date: Re: JSH: I'm depressed
- Next by Date: Re: RNG for non-uniform distributions
- Previous by thread: Re: JSH: I'm depressed
- Next by thread: Re: I'm depressed
- Index(es):
Relevant Pages
|