Questions tagged [random-prime-generator]
The random-prime-generator tag has no summary.
1 question
1
vote
0
answers
105
views
Can products of primes generated by this random walk algorithm be factored efficiently? [closed]
Algorithm Description:
A prime-generation algorithm constructs random primes by appending digits such that:
Start with a small initial digit (e.g., 1).
At each step, append a new digit d to the ...