C# 클래스 Utilities.Random

파일 보기 프로젝트 열기: vs-team/casanova-mk2

공개 메소드들

메소드 설명
RandFloat ( float min, float max ) : float
RandInt ( int min, int max ) : int

메소드 상세

RandFloat() 공개 정적인 메소드

public static RandFloat ( float min, float max ) : float
min float
max float
리턴 float

RandInt() 공개 정적인 메소드

public static RandInt ( int min, int max ) : int
min int
max int
리턴 int