'Declaration
Sub NextBytes( _ ByVal bytes() As Byte, _ ByVal offset As Integer, _ ByVal count As Integer _ )
'Usage
Dim instance As IRandomSource Dim bytes() As Byte Dim offset As Integer Dim count As Integer instance.NextBytes(bytes, offset, count)
Parameters
- bytes
- The array to update.
- offset
- The start of the range generate.
- count
- The number of bytes to generate.