C# Class Decision.Utility.RandomNumber

Helper class to generates the random numbers.
Afficher le fichier Open project: rabbal/Decision

Méthodes publiques

Méthode Description
Next ( int max ) : int

Generates a positive random number.

Next ( int min, int max ) : int

Generates a positive random number.

Private Methods

Méthode Description
Next ( ) : int

Generates a positive random number.

Method Details

Next() public static méthode

Generates a positive random number.
public static Next ( int max ) : int
max int
Résultat int

Next() public static méthode

Generates a positive random number.
public static Next ( int min, int max ) : int
min int
max int
Résultat int