Method InitState
InitState(uint)
Initialized the state of the Random instance with a given seed value. The seed must be non-zero.
Declaration
public void InitState(uint seed = 1851936439)
Parameters
Type | Name | Description |
---|---|---|
uint | seed | The seed to initialize with. |