Create(Pcg32.Seed) Method
Creates a new TRng using the specified seed.
Namespace
RandN.Rngs
Containing Type
Pcg32.Factory
Implements

Syntax

public Pcg32 Create(Pcg32.Seed seed)

Parameters

NameTypeDescription
seedPcg32.SeedThe seed to create the RNG with.

Return Value

TypeDescription
Pcg32A new TRng instance.