fillBytes

open override fun fillBytes(array: ByteArray, fromIndex: Int, toIndex: Int)(source)

Fills a subrange with the specified byte array starting from fromIndex inclusive and ending toIndex exclusive with random bytes.

Return

array with the subrange filled with random bytes.