Summary
Produces Pcg32 RNGs and seeds.
- Namespace
- RandN
.Rngs - Interfaces
- Base Types
- object
- ValueType
Syntax
public readonly struct Pcg32.Factory : ValueType, IReproducibleRngFactory<Pcg32, Pcg32.Seed>
Methods
Name | Value | Summary |
---|---|---|
Create | Pcg32 | Creates a new TRng using the specified seed. |
CreateSeed | Pcg32 |