Uses of Class
org.apache.commons.rng.sampling.UnitSphereSampler
-
Packages that use UnitSphereSampler Package Description org.apache.commons.rng.sampling Samplers -
-
Uses of UnitSphereSampler in org.apache.commons.rng.sampling
Methods in org.apache.commons.rng.sampling that return UnitSphereSampler Modifier and Type Method Description static UnitSphereSampler
UnitSphereSampler. of(UniformRandomProvider rng, int dimension)
Create a unit sphere sampler for the given dimension.UnitSphereSampler
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.
-