C# Class RandomExtensions

Mostra file Open project: ufcpp/UfcppSample Class Usage Examples

Public Methods

Method Description
NextDouble ( this r, double min, double max ) : double

min ~ max の範囲の乱数。

Method Details

NextDouble() public static method

min ~ max の範囲の乱数。
public static NextDouble ( this r, double min, double max ) : double
r this
min double
max double
return double