C# Class RandomExtensions

Afficher le fichier Open project: ufcpp/UfcppSample Class Usage Examples

Méthodes publiques

Méthode Description
NextDouble ( this r, double min, double max ) : double

min ~ max の範囲の乱数。

Method Details

NextDouble() public static méthode

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