C# Class GR.Math.Gaussian

Afficher le fichier Open project: alexhanh/Botting-Library

Méthodes publiques

Méthode Description
BoxMuller ( ) : double
BoxMuller ( double mean, double standard_deviation ) : double
Next ( int mean, int std_away_from_mean, double std ) : int
Next ( int mean, int min, int max, int std_away_from_mean, double std ) : int

Method Details

BoxMuller() public static méthode

public static BoxMuller ( ) : double
Résultat double

BoxMuller() public static méthode

public static BoxMuller ( double mean, double standard_deviation ) : double
mean double
standard_deviation double
Résultat double

Next() public static méthode

public static Next ( int mean, int std_away_from_mean, double std ) : int
mean int
std_away_from_mean int
std double
Résultat int

Next() public static méthode

public static Next ( int mean, int min, int max, int std_away_from_mean, double std ) : int
mean int
min int
max int
std_away_from_mean int
std double
Résultat int