GaussianRandomGenerator
, StableRandomGenerator
, UniformRandomGenerator
public interface NormalizedRandomGenerator
Modifier and Type | Method | Description |
---|---|---|
double |
nextNormalizedDouble() |
Generate a random scalar with null mean and unit standard deviation.
|
double nextNormalizedDouble()
This method does not specify the shape of the distribution, it is the implementing class that provides it. The only contract here is to generate numbers with null mean and unit standard deviation.
Copyright © 2016–2018 Hipparchus.org. All rights reserved.