C# 클래스 AGS.Editor.DataFileWriter.PseudoRandInt

파일 보기 프로젝트 열기: adventuregamestudio/ags

공개 메소드들

메소드 설명
GetNextRand ( ) : int
InitializeInstance ( int seed ) : void

비공개 메소드들

메소드 설명
PseudoRandInt ( int seed ) : System

메소드 상세

GetNextRand() 공개 메소드

public GetNextRand ( ) : int
리턴 int

InitializeInstance() 공개 정적인 메소드

public static InitializeInstance ( int seed ) : void
seed int
리턴 void