Create<TRng, TSeed>(IReproducibleRngFactory<TRng, TSeed>) Method
Creates an auto seeding RNG factory with the given RNG factory and SystemCryptoRng as a seed source.
Namespace
RandN
Containing Type
RngSeeder

Syntax

public static RngSeeder<TRng, SystemCryptoRng, TSeed> Create<TRng, TSeed>(IReproducibleRngFactory<TRng, TSeed> rngFactory) &#xA;    where TRng : notnull, IRng

Type Parameters

NameDescription
TRng
TSeed

Parameters

NameTypeDescription
rngFactoryIReproducibleRngFactory<TRng, TSeed>

Return Value

TypeDescription
RngSeeder<TRng, SystemCryptoRng, TSeed>