Create((uint x, uint y, uint z, uint w)) Method
Creates a new TRng using the specified seed.
Namespace
RandN.Rngs
Containing Type
XorShift.Factory
Implements

Syntax

public XorShift Create((uint x, uint y, uint z, uint w) seed)

Parameters

NameTypeDescription
seed(uint x, uint y, uint z, uint w)The seed to create the RNG with.

Return Value

TypeDescription
XorShiftA new TRng instance.