Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8188047

Add SplittableRandom.nextBytes

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 10
    • None
    • 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) {

            martin Martin Buchholz
            martin Martin Buchholz
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: