A factory that produces Random Number Generators.
- Namespace
- RandN
.Rngs - Containing Type
- XorShift
- 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 | Return Value | Summary |
|---|---|---|
| Create | XorShift | Creates a new TRng using the specified seed. |
| CreateSeed | (uint x, |
Extension Methods
| Name | Value | Summary |
|---|---|---|
| Create | TRng | Creates a new TRng using a seed created from seedingRng. From RngExtensions |