Creates a new Pcg32 seed with the given state and stream.
- Namespace
- RandN
.Rngs - Containing Type
- Pcg32
.Seed
Syntax
public Seed(ulong state, ulong stream)
Parameters
Name | Type | Description |
---|---|---|
state | ulong | |
stream | ulong |
public Seed(ulong state, ulong stream)
Name | Type | Description |
---|---|---|
state | ulong | |
stream | ulong |