This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-rng.git
The following commit(s) were added to refs/heads/master by this push: new 5631e4b Javadoc capitalisation typo. 5631e4b is described below commit 5631e4bce27ce98322ed5388d0e89ff0c688ae05 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Tue Nov 19 00:17:53 2019 +0000 Javadoc capitalisation typo. --- .../org/apache/commons/rng/sampling/distribution/GeometricSampler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/distribution/GeometricSampler.java b/commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/distribution/GeometricSampler.java index bdb88a5..d45d6e9 100644 --- a/commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/distribution/GeometricSampler.java +++ b/commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/distribution/GeometricSampler.java @@ -31,7 +31,7 @@ import org.apache.commons.rng.UniformRandomProvider; * parameter \( p = 1 − e^\lambda \), with \( p \) the probability of success.</p> * * <p>This sampler outperforms using the {@link InverseTransformDiscreteSampler} with an appropriate - * Geometric inverse cumulative probability function.</p> + * geometric inverse cumulative probability function.</p> * * <p>Usage note: As the probability of success (\( p \)) tends towards zero the mean of the * distribution (\( \frac{1-p}{p} \)) tends towards infinity and due to the use of {@code int}