C# 클래스 BalloonsPop.LogicProvider.RandomNumberGenerator

Implement IRandomNumberGenerator and provides random byte values generation.
상속: IRandomNumberGenerator
파일 보기 프로젝트 열기: Baloons-Pop-4/Main

공개 메소드들

메소드 설명
Next ( int min, int max ) : byte

Generates random byte values in the given range, right inclusive.

메소드 상세

Next() 공개 메소드

Generates random byte values in the given range, right inclusive.
public Next ( int min, int max ) : byte
min int Minimum for result, inclusive.
max int Maximum for result, exclusive.
리턴 byte