Creates a new TRng using the specified seed.
- Namespace
- RandN
.Rngs - Containing Type
- Mt1993764
.Factory - Implements
- I
Reproducible Rng Factory <Mt1993764, ulong[]> .Create (ulong[])
- I
Syntax
public Mt1993764 Create(ulong[] seed)Parameters
| Name | Type | Description |
|---|---|---|
| seed | ulong[] | The seed to create the RNG with. |
Return Value
| Type | Description |
|---|---|
| Mt1993764 | A new TRng instance. |