Add SplittableRandom.nextBytes

XMLWordPrintable

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

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

              Created:
              Updated:
              Resolved: