Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: int Next(int, int)

  • Declared in: RT.Util.Rnd

Declaration

public static int Next(
    int min,
    int max
)

Summary

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