Min Property
The inclusive lower bound.
Syntax
[VB.NET] Public Property Min As Integer
[C#] public int Min {get; set;}
Remarks
This property specifies the inclusive lower bound of the random integer to be generated. The value must be less than Max, and must not be negative. The default value is 0.
Default Value
0