Uses of Class
org.apache.commons.rng.sampling.UnitSphereSampler
Packages that use UnitSphereSampler
-
Uses of UnitSphereSampler in org.apache.commons.rng.sampling
Methods in org.apache.commons.rng.sampling that return UnitSphereSamplerModifier and TypeMethodDescriptionstatic UnitSphereSamplerUnitSphereSampler.of(UniformRandomProvider rng, int dimension) Create a unit sphere sampler for the given dimension.UnitSphereSampler.withUniformRandomProvider(UniformRandomProvider rng) Create a new instance of the sampler with the same underlying state using the given uniform random provider as the source of randomness.