We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f136321 commit 1e4cb11Copy full SHA for 1e4cb11
jme3-core/src/main/java/com/jme3/math/FastMath.java
@@ -850,10 +850,10 @@ public static float nextRandomFloat() {
850
}
851
852
/**
853
- * Generates a pseudorandom {@code float} in the range [min, max] (inclusive).
+ * Generates a pseudorandom {@code float} in the range [min, max)
854
*
855
* @param min The lower bound (inclusive).
856
- * @param max The upper bound (inclusive).
+ * @param max The upper bound (exclusive).
857
* @return A random {@code float} value within the specified range.
858
*/
859
public static float nextRandomFloat(float min, float max) {
0 commit comments