public final class GaussianDoubleDistribution extends DoubleDistribution
Modifier and Type | Field and Description |
---|---|
static GaussianDoubleDistribution |
STANDARD_NORMAL |
Constructor and Description |
---|
GaussianDoubleDistribution(double mean,
double standardDeviation) |
Modifier and Type | Method and Description |
---|---|
double |
getMean() |
double |
getStandardDeviation() |
double |
nextDouble() |
nextFloat, nextInt, nextLong
public static final GaussianDoubleDistribution STANDARD_NORMAL
Copyright © 2018. All rights reserved.