C# 클래스 Granados.RngManager.SystemRandomRng

implementation of Rng
상속: Rng
파일 보기 프로젝트 열기: poderosaproject/poderosa

공개 메소드들

메소드 설명
GetBytes ( byte data ) : void
GetInt ( int maxValue ) : int

메소드 상세

GetBytes() 공개 메소드

public GetBytes ( byte data ) : void
data byte
리턴 void

GetInt() 공개 메소드

public GetInt ( int maxValue ) : int
maxValue int
리턴 int