Summary
A factory that produces Random Number Generators.
- Namespace
- RandN
.Rngs - Interfaces
- I
Reproducible Rng Factory <XorShift, (uint x, uint y, uint z, uint w) >
- I
- Base Types
- object
- ValueType
Syntax
public readonly struct XorShift.Factory : ValueType,
IReproducibleRngFactory<XorShift, (uint x, uint y, uint z, uint w)>
Methods
Name | Value | Summary |
---|---|---|
Create | XorShift | Creates a new TRng using the specified seed. |
CreateSeed |