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

Syntax

public Mt1993764 Create(ulong seed)

Parameters

NameTypeDescription
seedulongThe seed to create the RNG with.

Return Value

TypeDescription
Mt1993764A new TRng instance.