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

Syntax

public ChaCha Create(ChaCha.Seed seed)

Parameters

NameTypeDescription
seedChaCha.SeedThe seed to create the RNG with.

Return Value

TypeDescription
ChaChaA new TRng instance.