Modify the error comment
This commit is contained in:
parent
999030a23c
commit
0abcf0d32b
|
@ -226,7 +226,7 @@ public class RandomUtils {
|
||||||
* <p> Returns a random float within 0 - Float.MAX_VALUE </p>
|
* <p> Returns a random float within 0 - Float.MAX_VALUE </p>
|
||||||
*
|
*
|
||||||
* @return the random float
|
* @return the random float
|
||||||
* @see #nextFloat()
|
* @see #nextFloat(float, float)
|
||||||
* @since 3.5
|
* @since 3.5
|
||||||
*/
|
*/
|
||||||
public static float nextFloat() {
|
public static float nextFloat() {
|
||||||
|
|
|
@ -137,7 +137,7 @@ public class RandomUtilsTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tests next double range, random result.
|
* Tests next int range, random result.
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
public void testNextIntRandomResult() {
|
public void testNextIntRandomResult() {
|
||||||
|
|
Loading…
Reference in New Issue