C# Class GR.Math.Gaussian

Mostra file Open project: alexhanh/Botting-Library

Public Methods

Method 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 method

public static BoxMuller ( ) : double
return double

BoxMuller() public static method

public static BoxMuller ( double mean, double standard_deviation ) : double
mean double
standard_deviation double
return double

Next() public static method

public static Next ( int mean, int std_away_from_mean, double std ) : int
mean int
std_away_from_mean int
std double
return int

Next() public static method

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
return int