C# 클래스 NSoft.NFramework.Numerics.ParetoRandomizer

Pareto 분포를 가지는 난수발생기
상속: RandomizerBase
파일 보기 프로젝트 열기: debop/NFramework

공개 메소드들

메소드 설명
Next ( ) : double

난수 발생

ParetoRandomizer ( ) : System

생성자

ParetoRandomizer ( Func randomNumberFunc = null ) : System

생성자

ParetoRandomizer ( double c ) : System

생성자

ParetoRandomizer ( double c, Func randomNumberFunc = null ) : System

생성자

메소드 상세

Next() 공개 메소드

난수 발생
public Next ( ) : double
리턴 double

ParetoRandomizer() 공개 메소드

생성자
public ParetoRandomizer ( ) : System
리턴 System

ParetoRandomizer() 공개 메소드

생성자
public ParetoRandomizer ( Func randomNumberFunc = null ) : System
randomNumberFunc Func 사용자 정의 난수 발생 함수
리턴 System

ParetoRandomizer() 공개 메소드

생성자
public ParetoRandomizer ( double c ) : System
c double Pareto Shape Parameter (default: 1.0) (양수여야 합니다.)
리턴 System

ParetoRandomizer() 공개 메소드

생성자
public ParetoRandomizer ( double c, Func randomNumberFunc = null ) : System
c double Pareto Shape Parameter (default: 1.0) (양수여야 합니다.)
randomNumberFunc Func 사용자 정의 난수 발생 함수
리턴 System