ThreadSafeRandomNextBytes(SpanByte) Method

Fills the elements of the specified buffer with random numbers.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public override void NextBytes(
	Span<byte> buffer
)

Parameters

buffer  SpanByte
A SpanT of bytes to contain random numbers.

See Also