NextUInt32ViaUInt64<TRng>(TRng) Method
Implement NextUInt32 via NextUInt64.
Namespace
RandN.Implementation
Containing Type
Filler

Syntax

public static uint NextUInt32ViaUInt64<TRng>(TRng rng) where TRng : IRng

Type Parameters

NameDescription
TRng

Parameters

NameTypeDescription
rngTRng

Return Value

TypeDescription
uint