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)Parameters
| Name | Type | Description |
|---|---|---|
| x | uint | |
| y | uint | |
| z | uint | |
| w | uint |
Return Value
| Type | Description |
|---|---|
| XorShift |