Uses of Class
org.apache.commons.rng.sampling.shape.BoxSampler
-
Packages that use BoxSampler Package Description org.apache.commons.rng.sampling.shape This package contains classes for sampling coordinates from shapes, for example a unit ball. -
-
Uses of BoxSampler in org.apache.commons.rng.sampling.shape
Subclasses of BoxSampler in org.apache.commons.rng.sampling.shape Modifier and Type Class Description private static classBoxSampler.BoxSampler2DSample uniformly from a box in 2D.private static classBoxSampler.BoxSampler3DSample uniformly from a box in 3D.private static classBoxSampler.BoxSamplerNDSample uniformly from a box in ND.Methods in org.apache.commons.rng.sampling.shape that return BoxSampler Modifier and Type Method Description static BoxSamplerBoxSampler. of(UniformRandomProvider rng, double[] a, double[] b)Create a box sampler with boundsaandb.BoxSamplerBoxSampler.BoxSampler2D. withUniformRandomProvider(UniformRandomProvider rng)BoxSamplerBoxSampler.BoxSampler3D. withUniformRandomProvider(UniformRandomProvider rng)BoxSamplerBoxSampler.BoxSamplerND. withUniformRandomProvider(UniformRandomProvider rng)abstract BoxSamplerBoxSampler. 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.
-