Table of Contents

Method NextBytes

Namespace
DisCatSharp.Common
Assembly
DisCatSharp.Common.dll

NextBytes(byte[])

Fills specified buffer with random bytes.

public override void NextBytes(byte[] buffer)

Parameters

buffer byte[]

Buffer to fill with bytes.

NextBytes(Span<byte>)

Fills specified memory region with random bytes.

public void NextBytes(Span<byte> buffer)

Parameters

buffer Span<byte>

Memory region to fill with bytes.