C# Class Creatures.Language.Executors.ExecutorToolset

Inheritance: IExecutorToolset
Mostrar archivo Open project: Confirmit/Students

Public Methods

Method Description
ExecutorToolset ( Random random ) : System
GetRandom ( int maxValue ) : int
GetState ( int direction ) : int

Method Details

ExecutorToolset() public method

public ExecutorToolset ( Random random ) : System
random System.Random
return System

GetRandom() public method

public GetRandom ( int maxValue ) : int
maxValue int
return int

GetState() public method

public GetState ( int direction ) : int
direction int
return int