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
| Name | Type | Description | |||
|---|---|---|---|---|---|
| src | ReadOnlySpan| dest | Span | |
Return Value
| Type | Description |
|---|---|
(int consumedUInt64, | A tuple with the number of UInt64 chunks consumed from src and the number of bytes filled into dest. | |