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