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
seedulong[]The seed to create the RNG with.

Return Value

TypeDescription
Mt1993764A new TRng instance.