C# Class RogueSharp.RandomNumberGenerator

Inheritance: IRandomNumberGenerator
Afficher le fichier Open project: jdiamond/rogue-sharp

Méthodes publiques

Méthode Description
Next ( string key, int range ) : int
RandomNumberGenerator ( ) : System
RandomNumberGenerator ( int seed ) : System

Private Methods

Méthode Description
RN ( ) : int
rnd ( int range ) : int

Method Details

Next() public méthode

public Next ( string key, int range ) : int
key string
range int
Résultat int

RandomNumberGenerator() public méthode

public RandomNumberGenerator ( ) : System
Résultat System

RandomNumberGenerator() public méthode

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