C# 클래스 Agent.Random

파일 보기 프로젝트 열기: lxfschr/Quelea

공개 메소드들

메소드 설명
RandomDouble ( double min, double max ) : double

비공개 메소드들

메소드 설명
Random ( ) : System
RandomPoint ( Point3d min, Point3d max ) : Point3d
RandomPoint ( double min, double max ) : Point3d

메소드 상세

RandomDouble() 공개 정적인 메소드

public static RandomDouble ( double min, double max ) : double
min double
max double
리턴 double