This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push: new 9a778293c Javadoc clarification 9a778293c is described below commit 9a778293c3559db95dd04d3c3062cdda46ed50aa Author: Sebb <s...@apache.org> AuthorDate: Sun Oct 22 15:25:15 2023 +0100 Javadoc clarification [skip ci] --- src/main/java/org/apache/commons/lang3/RandomUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/lang3/RandomUtils.java b/src/main/java/org/apache/commons/lang3/RandomUtils.java index 95349685d..805773449 100644 --- a/src/main/java/org/apache/commons/lang3/RandomUtils.java +++ b/src/main/java/org/apache/commons/lang3/RandomUtils.java @@ -168,7 +168,7 @@ public class RandomUtils { } /** - * Generates a random long within 0 - Long.MAX_VALUE. + * Generates a random long between 0 (inclusive) and Long.MAX_VALUE (exclusive). * * @return the random long * @see #nextLong(long, long)