C# Class Utilities.Random

Afficher le fichier Open project: vs-team/casanova-mk2

Méthodes publiques

Méthode Description
RandFloat ( float min, float max ) : float
RandInt ( int min, int max ) : int

Method Details

RandFloat() public static méthode

public static RandFloat ( float min, float max ) : float
min float
max float
Résultat float

RandInt() public static méthode

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