Class UnitBallSampler.UnitBallSamplerND

java.lang.Object
org.apache.commons.rng.sampling.shape.UnitBallSampler
org.apache.commons.rng.sampling.shape.UnitBallSampler.UnitBallSamplerND
All Implemented Interfaces:
ObjectSampler<double[]>, SharedStateObjectSampler<double[]>, SharedStateSampler<SharedStateObjectSampler<double[]>>
Enclosing class:
UnitBallSampler

private static final class UnitBallSampler.UnitBallSamplerND extends UnitBallSampler
Sample using ball point picking.
See Also: