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