-
Enhancement
-
Resolution: Fixed
-
P3
-
None
-
None
SplittableRandom.nextBytes was apparently unintentionally omitted
/**
* Fills a user-supplied byte array with generated random bytes.
*
* @param bytes the byte array to fill with random bytes
* @throws NullPointerException if bytes is null
* @since 10
*/
public void nextBytes(byte[] bytes) {
/**
* Fills a user-supplied byte array with generated random bytes.
*
* @param bytes the byte array to fill with random bytes
* @throws NullPointerException if bytes is null
* @since 10
*/
public void nextBytes(byte[] bytes) {
- csr for
-
JDK-8188048 Add SplittableRandom.nextBytes
-
- Closed
-