C# Class MBGen.LongRandom

Afficher le fichier Open project: TheBerkin/MoistBanana Class Usage Examples

Méthodes publiques

Méthode Description
LongRandom ( ) : System
LongRandom ( int seed ) : System
LongRandom ( string seed ) : System
Next ( ) : int
Next ( int min, int max ) : int

Method Details

LongRandom() public méthode

public LongRandom ( ) : System
Résultat System

LongRandom() public méthode

public LongRandom ( int seed ) : System
seed int
Résultat System

LongRandom() public méthode

public LongRandom ( string seed ) : System
seed string
Résultat System

Next() public méthode

public Next ( ) : int
Résultat int

Next() public méthode

public Next ( int min, int max ) : int
min int
max int
Résultat int