C# Class LegalityChecker.PokePRNG

Mostrar archivo Open project: kamronbatman/Pokemon-Legality-Checker Class Usage Examples

Public Methods

Method Description
Next ( ) : uint
NextNum ( ) : uint
PokePRNG ( ) : System
PokePRNG ( uint seed ) : System
Prev ( ) : uint
PrevNum ( ) : uint
SetNext ( ) : PokePRNG
SetPrev ( ) : PokePRNG

Method Details

Next() public method

public Next ( ) : uint
return uint

NextNum() public method

public NextNum ( ) : uint
return uint

PokePRNG() public method

public PokePRNG ( ) : System
return System

PokePRNG() public method

public PokePRNG ( uint seed ) : System
seed uint
return System

Prev() public method

public Prev ( ) : uint
return uint

PrevNum() public method

public PrevNum ( ) : uint
return uint

SetNext() public method

public SetNext ( ) : PokePRNG
return PokePRNG

SetPrev() public method

public SetPrev ( ) : PokePRNG
return PokePRNG