public class NormalDistr extends ContinuousDistributionAbstract
NULL
Constructor and Description |
---|
NormalDistr(double mean,
double standardDeviation)
Creates a new normal (Gaussian) pseudo random number generator.
|
NormalDistr(long seed,
double mean,
double standardDeviation)
Creates a new normal (Gaussian) pseudo random number generator.
|
public NormalDistr(long seed, double mean, double standardDeviation)
seed
- the seed to be used.mean
- the mean for the distribution.standardDeviation
- the standard deviation for the distribution.public NormalDistr(double mean, double standardDeviation)
mean
- the mean for the distribution.standardDeviation
- the standard deviation for the distribution.Copyright © 2015–2018 Systems, Security and Image Communication Lab - Instituto de Telecomunicações (IT) - Universidade da Beira Interior (UBI) - Instituto Federal de Educação Ciência e Tecnologia do Tocantins (IFTO). All rights reserved.