FillViaUInt64(ReadOnlySpan<ulong>, Span<byte>) Method
Fills dest with UInt64 chunks from src.
Namespace
RandN.Implementation
Containing Type
Filler

Syntax

public static (int consumedUInt64, int filledBytes) FillViaUInt64(ReadOnlySpan<ulong> src, Span<byte> dest)

Parameters

NameTypeDescription
srcReadOnlySpan<ulong>
destSpan<byte>

Return Value

TypeDescription
(int consumedUInt64, int filledBytes)A tuple with the number of UInt64 chunks consumed from src and the number of bytes filled into dest.