C# 클래스 GeneticMIDI.Fractal.DiceCounter

상속: IDice
파일 보기 프로젝트 열기: stefan-j/GeneticMIDI

공개 메소드들

메소드 설명
DiceCounter ( int rangeSize, int numberOfDice, Random gen ) : System
Get ( ) : int
MaximumRollableValue ( ) : int
Roll ( ) : void

비공개 메소드들

메소드 설명
Increment ( int currVal ) : int

메소드 상세

DiceCounter() 공개 메소드

public DiceCounter ( int rangeSize, int numberOfDice, Random gen ) : System
rangeSize int
numberOfDice int
gen System.Random
리턴 System

Get() 공개 메소드

public Get ( ) : int
리턴 int

MaximumRollableValue() 공개 메소드

public MaximumRollableValue ( ) : int
리턴 int

Roll() 공개 메소드

public Roll ( ) : void
리턴 void