C# Class GameStruct.IRandom

Afficher le fichier Open project: dream-young-soul/soul

Méthodes publiques

Méthode Description
Random ( byte min, byte max ) : byte
Random ( float min, float max, int len = 1 ) : float
Random ( int min, int max ) : int

Method Details

Random() public static méthode

public static Random ( byte min, byte max ) : byte
min byte
max byte
Résultat byte

Random() public static méthode

public static Random ( float min, float max, int len = 1 ) : float
min float
max float
len int
Résultat float

Random() public static méthode

public static Random ( int min, int max ) : int
min int
max int
Résultat int