Creates a seed of type
TSeed, that can then be used in the
Create(TSeed)
method to create a
TRng.
- Namespace
- RandN.Rngs
- Containing Type
- XorShift.Factory
- Implements
Syntax
public (uint x, uint y, uint z, uint w) CreateSeed<TSeedingRng>(TSeedingRng seedingRng) 
 where TSeedingRng : notnull, IRng
Type Parameters
Name | Description |
---|
TSeedingRng | The type of the IRng used to create the seed. |
Parameters
Name | Type | Description |
---|
seedingRng | TSeedingRng | The TSeedingRng used to create the seed. |
Return Value
Type | Description |
---|
(uint x, uint y, uint z, uint w)A new TSeed suitable for use in the Create(TSeed) method. | |