C# 클래스 PNGMask.ISAAC

파일 보기 프로젝트 열기: AlphaDelta/PNG-Mask 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
count int
mem int[]
rsl int[]

공개 메소드들

메소드 설명
ISAAC ( ) : System
ISAAC ( int seed ) : System
Init ( bool flag ) : void
Isaac ( ) : void
val ( ) : int

메소드 상세

ISAAC() 공개 메소드

public ISAAC ( ) : System
리턴 System

ISAAC() 공개 메소드

public ISAAC ( int seed ) : System
seed int
리턴 System

Init() 공개 메소드

public Init ( bool flag ) : void
flag bool
리턴 void

Isaac() 공개 메소드

public Isaac ( ) : void
리턴 void

val() 공개 메소드

public val ( ) : int
리턴 int

프로퍼티 상세

count 공개적으로 프로퍼티

public int count
리턴 int

mem 공개적으로 프로퍼티

public int[] mem
리턴 int[]

rsl 공개적으로 프로퍼티

public int[] rsl
리턴 int[]