C# 클래스 Whee.WordBuilder.Helpers.Random

상속: IRandom
파일 보기 프로젝트 열기: alfar/WordBuilder

공개 프로퍼티들

프로퍼티 타입 설명
Instance IRandom

공개 메소드들

메소드 설명
Next ( int maxValue ) : int
Next ( int minValue, int maxValue ) : int
NextDouble ( ) : double

비공개 메소드들

메소드 설명
Random ( ) : System

메소드 상세

Next() 공개 메소드

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

Next() 공개 메소드

public Next ( int minValue, int maxValue ) : int
minValue int
maxValue int
리턴 int

NextDouble() 공개 메소드

public NextDouble ( ) : double
리턴 double

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static IRandom Instance
리턴 IRandom