C# Класс Redzen.Numerics.BoxMullerGaussianSampler

Source of random values sample from a Gaussian distribution. Uses the polar form of the Box-Muller method. http://en.wikipedia.org/wiki/Box_Muller_transform
Показать файл Открыть проект

Открытые методы

Метод Описание
NextDouble ( ) : double

Get the next sample point from the gaussian distribution.

NextDouble ( double mu, double sigma ) : double

Get the next sample point from the gaussian distribution.

Описание методов

NextDouble() публичный Метод

Get the next sample point from the gaussian distribution.
public NextDouble ( ) : double
Результат double

NextDouble() публичный Метод

Get the next sample point from the gaussian distribution.
public NextDouble ( double mu, double sigma ) : double
mu double
sigma double
Результат double