Share via


Random Constructor (Int32)

Initializes a new instance of the Random class, using the specified seed value.

Namespace: System
Assembly: mscorlib (in mscorlib.dll)

Syntax

[MethodImplAttribute(InternalCall)]
public Random (
         intseed
)

Parameters

  • seed
    A number that is used to calculate a starting value for the pseudo-random number sequence.

Version Information

Available in the .NET Micro Framework version 4.1.

See Also

Reference

Random Class
Random Members
System Namespace