-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: None
-
Component/s: core-libs
-
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
-