C# 클래스 LegalityChecker.PokePRNG

파일 보기 프로젝트 열기: kamronbatman/Pokemon-Legality-Checker 1 사용 예제들

공개 메소드들

메소드 설명
Next ( ) : uint
NextNum ( ) : uint
PokePRNG ( ) : System
PokePRNG ( uint seed ) : System
Prev ( ) : uint
PrevNum ( ) : uint
SetNext ( ) : PokePRNG
SetPrev ( ) : PokePRNG

메소드 상세

Next() 공개 메소드

public Next ( ) : uint
리턴 uint

NextNum() 공개 메소드

public NextNum ( ) : uint
리턴 uint

PokePRNG() 공개 메소드

public PokePRNG ( ) : System
리턴 System

PokePRNG() 공개 메소드

public PokePRNG ( uint seed ) : System
seed uint
리턴 System

Prev() 공개 메소드

public Prev ( ) : uint
리턴 uint

PrevNum() 공개 메소드

public PrevNum ( ) : uint
리턴 uint

SetNext() 공개 메소드

public SetNext ( ) : PokePRNG
리턴 PokePRNG

SetPrev() 공개 메소드

public SetPrev ( ) : PokePRNG
리턴 PokePRNG