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