C# 클래스 Creaturestests.MutatorTests.SpecialRandom

상속: System.Random
파일 보기 프로젝트 열기: Confirmit/Students

공개 메소드들

메소드 설명
Next ( ) : int
Next ( int first ) : int
Next ( int first, int second ) : int
SpecialRandom ( ) : System

메소드 상세

Next() 공개 메소드

public Next ( ) : int
리턴 int

Next() 공개 메소드

public Next ( int first ) : int
first int
리턴 int

Next() 공개 메소드

public Next ( int first, int second ) : int
first int
second int
리턴 int

SpecialRandom() 공개 메소드

public SpecialRandom ( ) : System
리턴 System