Implement FillBytes via NextUInt64 and NextUInt32, little-endian order.
- Namespace
 - RandN
.Implementation  - Containing Type
 - Filler
 
Syntax
public static void FillBytesViaNext<TRng>(TRng rng, Span<byte> destination) where TRng : IRngType Parameters
| Name | Description | 
|---|---|
| TRng | 
Parameters
| Name | Type | Description | 
|---|---|---|
| rng | TRng | |
| destination | Span |