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.