C# Class DarkEmu_GameServer.Global.RandomID

Afficher le fichier Open project: CarlosX/DarkEmu

Méthodes publiques

Свойство Type Description
List List
rnd System.Random

Méthodes publiques

Méthode Description
Already ( int id ) : bool
GetRandom ( int maxValue ) : int
GetRandom ( int aralik1, int aralik2 ) : int

Method Details

Already() public static méthode

public static Already ( int id ) : bool
id int
Résultat bool

GetRandom() public static méthode

public static GetRandom ( int maxValue ) : int
maxValue int
Résultat int

GetRandom() public static méthode

public static GetRandom ( int aralik1, int aralik2 ) : int
aralik1 int
aralik2 int
Résultat int

Property Details

List public_oe static_oe property

public static List List
Résultat List

rnd public_oe static_oe property

public static Random,System rnd
Résultat System.Random