This commit is contained in:
Gilles 2015-12-28 16:46:31 +01:00
parent 4cbb388ba9
commit 2a8061f4ad
1 changed files with 3 additions and 6 deletions

View File

@ -175,8 +175,7 @@ public abstract class BaseRandomGenerator
* Generates random bytes and places them into a user-supplied array.
*
* <p>
* The array is filled with bytes extracted from random integers generated
* using {@link #nextInt()}.
* The array is filled with bytes extracted from random integers.
* This implies that the number of random bytes generated may be larger than
* the length of the byte array.
* </p>
@ -192,8 +191,7 @@ public abstract class BaseRandomGenerator
* Generates random bytes and places them into a user-supplied array.
*
* <p>
* The array is filled with bytes extracted from random integers generated
* using {@link #nextInt()}.
* The array is filled with bytes extracted from random integers.
* This implies that the number of random bytes generated may be larger than
* the length of the byte array.
* </p>
@ -224,8 +222,7 @@ public abstract class BaseRandomGenerator
* Generates random bytes and places them into a user-supplied array.
*
* <p>
* The array is filled with bytes extracted from random integers generated
* using {@link #nextInt()}.
* The array is filled with bytes extracted from random integers.
* This implies that the number of random bytes generated may be larger than
* the length of the byte array.
* </p>