Javadoc clarification

[skip ci]
This commit is contained in:
Sebb 2023-10-22 15:25:15 +01:00
parent f79325551a
commit 9a778293c3
1 changed files with 1 additions and 1 deletions

View File

@ -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)