Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: int Next(int, int)

Declaration

public static int Next(
    int min,
    int max
)

Summary

Returns a random integer between min (inclusive) and max (exclusive).