Constructor Random
Random(UInt32)
Constructs a Random instance with a given seed value. The seed must be non-zero.
Declaration
public Random(uint seed)
Parameters
| Type | Name | Description |
|---|---|---|
| UInt32 | seed | The seed to initialize with. |
Constructs a Random instance with a given seed value. The seed must be non-zero.
public Random(uint seed)
| Type | Name | Description |
|---|---|---|
| UInt32 | seed | The seed to initialize with. |