C# 클래스 SagaLib.Global.RandomF

파일 보기 프로젝트 열기: Willyham/SagaRO2

공개 프로퍼티들

프로퍼티 타입 설명
random System.Random

공개 메소드들

메소드 설명
Next ( ) : int
Next ( int max ) : int
Next ( int min, int max ) : int

메소드 상세

Next() 공개 메소드

public Next ( ) : int
리턴 int

Next() 공개 메소드

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

Next() 공개 메소드

public Next ( int min, int max ) : int
min int
max int
리턴 int

프로퍼티 상세

random 공개적으로 프로퍼티

public Random,System random
리턴 System.Random