C# Class Creatures.Language.Executors.MyExecutorToolset

Inheritance: IExecutorToolset
Afficher le fichier Open project: Confirmit/Students

Méthodes publiques

Méthode Description
GetRandom ( int maxValue ) : int
GetState ( int condition ) : int
MyExecutorToolset ( Random random, int>.IDictionary state ) : System

Method Details

GetRandom() public méthode

public GetRandom ( int maxValue ) : int
maxValue int
Résultat int

GetState() public méthode

public GetState ( int condition ) : int
condition int
Résultat int

MyExecutorToolset() public méthode

public MyExecutorToolset ( Random random, int>.IDictionary state ) : System
random System.Random
state int>.IDictionary
Résultat System