C# Class DUMB.ISAAC

Afficher le fichier Open project: AlphaDelta/DUMB Class Usage Examples

Méthodes publiques

Свойство Type Description
count int
mem int[]
rsl int[]

Méthodes publiques

Méthode Description
ISAAC ( ) : System
ISAAC ( int seed ) : System
Init ( bool flag ) : void
Isaac ( ) : void
val ( ) : int

Method Details

ISAAC() public méthode

public ISAAC ( ) : System
Résultat System

ISAAC() public méthode

public ISAAC ( int seed ) : System
seed int
Résultat System

Init() public méthode

public Init ( bool flag ) : void
flag bool
Résultat void

Isaac() public méthode

public Isaac ( ) : void
Résultat void

val() public méthode

public val ( ) : int
Résultat int

Property Details

count public_oe property

public int count
Résultat int

mem public_oe property

public int[] mem
Résultat int[]

rsl public_oe property

public int[] rsl
Résultat int[]