C# 클래스 GR.Math.Gaussian

파일 보기 프로젝트 열기: alexhanh/Botting-Library

공개 메소드들

메소드 설명
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

메소드 상세

BoxMuller() 공개 정적인 메소드

public static BoxMuller ( ) : double
리턴 double

BoxMuller() 공개 정적인 메소드

public static BoxMuller ( double mean, double standard_deviation ) : double
mean double
standard_deviation double
리턴 double

Next() 공개 정적인 메소드

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

Next() 공개 정적인 메소드

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
리턴 int