Create(TSeed) Method
Creates a new TRng using the specified seed.
Namespace
RandN
Containing Type
IReproducibleRngFactory<TRng, TSeed>

Syntax

TRng Create(TSeed seed)

Parameters

NameTypeDescription
seedTSeedThe seed to create the RNG with.

Return Value

TypeDescription
TRngA new TRng instance.