Uses of Interface
org.apache.commons.rng.sampling.SharedStateObjectSampler
Packages that use SharedStateObjectSampler
Package
Description
This package provides sampling utilities.
This package contains classes for sampling from statistical distributions.
This package contains classes for sampling coordinates from shapes, for example a unit ball.
-
Uses of SharedStateObjectSampler in org.apache.commons.rng.sampling
Classes in org.apache.commons.rng.sampling that implement SharedStateObjectSamplerModifier and TypeClassDescriptionclassSampling from aCollection.classClass for representing combinations of a sequence of integers.classSampling from a collection of items with user-defined probabilities.classClass for representing permutations of a sequence of integers.classGenerate vectors isotropically located on the surface of a sphere.Subinterfaces with type arguments of type SharedStateObjectSampler in org.apache.commons.rng.samplingModifier and TypeInterfaceDescriptioninterfaceSampler that generates values of a specified type and can create new instances to sample from the same state with a given source of randomness.Methods in org.apache.commons.rng.sampling that return types with arguments of type SharedStateObjectSamplerModifier and TypeMethodDescriptionstatic <T> CompositeSamplers.Builder<SharedStateObjectSampler<T>> CompositeSamplers.newSharedStateObjectSamplerBuilder()Create a new builder for a compositeSharedStateObjectSampler. -
Uses of SharedStateObjectSampler in org.apache.commons.rng.sampling.distribution
Classes in org.apache.commons.rng.sampling.distribution that implement SharedStateObjectSampler -
Uses of SharedStateObjectSampler in org.apache.commons.rng.sampling.shape
Classes in org.apache.commons.rng.sampling.shape that implement SharedStateObjectSamplerModifier and TypeClassDescriptionclassGenerate points uniformly distributed within a n-dimension box (hyperrectangle).classGenerate points uniformly distributed on a line.classGenerate points uniformly distributed within a tetrahedron.classGenerate points uniformly distributed within a triangle.classGenerate coordinates uniformly distributed within the unit n-ball.