Constructor Random Random(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.