NextUInt64ViaUInt32<TRng>(TRng) Method
Implement NextUInt64 via NextUInt32, using Little Endian order.
Namespace
RandN.Implementation
Containing Type
Filler

Syntax

public static ulong NextUInt64ViaUInt32<TRng>(TRng rng) where TRng : IRng

Type Parameters

NameDescription
TRng

Parameters

NameTypeDescription
rngTRng

Return Value

TypeDescription
ulong