RandomNumberGeneratorShim(TRng) Constructor
Constructs a new RandomNumberGenerator wrapper over rng.

Syntax

public RandomNumberGeneratorShim(TRng rng)

Parameters

NameTypeDescription
rngTRngA cryptographically secure RNG.