Creates an XorShift RNG using the given seed.
- Namespace
- RandN
.Rngs - Containing Type
- XorShift
Syntax
public static XorShift Create((uint x, uint y, uint z, uint w) seed)Parameters
| Name | Type | Description |
|---|---|---|
| seed | (uint x, |
Return Value
| Type | Description |
|---|---|
| XorShift |