Skip to content

Commit 721b5e3

Browse files
committed
javadoc
1 parent 263d212 commit 721b5e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/de/tilman_neumann/jml/factor/pollardRho/PollardRhoTwoLoops.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import de.tilman_neumann.jml.factor.FactorAlgorithm;
2525

2626
/**
27-
* An improvement of the original Pollard-Rho method by Dave McGuigan,
27+
* A variant of the original Pollard-Rho method by Dave McGuigan,
2828
* using a second loop like in Pollard-Rho-Brent.
2929
*
3030
* @author Dave McGuigan

src/main/java/de/tilman_neumann/jml/factor/pollardRho/PollardRhoTwoLoops31.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import de.tilman_neumann.jml.gcd.Gcd31;
2424

2525
/**
26-
* An improvement of the original Pollard-Rho method by Dave McGuigan,
26+
* A variant of the original Pollard-Rho method by Dave McGuigan,
2727
* using a second loop like in Pollard-Rho-Brent.
2828
*
2929
* 31-bit version.

0 commit comments

Comments
 (0)