Javadoc clarification

[skip ci]
This commit is contained in:
Sebb 2023-10-22 15:25:15 +01:00
parent f79325551a
commit 9a778293c3

View File

@ -168,7 +168,7 @@ public static int nextInt(final int startInclusive, final int endExclusive) {
}
/**
* 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)