C# Class Agent.Random

ファイルを表示 Open project: lxfschr/Quelea

Public Methods

Method Description
RandomDouble ( double min, double max ) : double

Private Methods

Method Description
Random ( ) : System
RandomPoint ( Point3d min, Point3d max ) : Point3d
RandomPoint ( double min, double max ) : Point3d

Method Details

RandomDouble() public static method

public static RandomDouble ( double min, double max ) : double
min double
max double
return double