Package org.apache.commons.rng.sampling
package org.apache.commons.rng.sampling
This package provides sampling utilities.
The distribution
sub-package provides sampling from statistical distributions.
The shape
sub-package provides sampling coordinates from shapes.
-
ClassDescriptionUtilities for shuffling an array in-place.Sampling from a
Collection.Class for representing combinations of a sequence of integers.Factory class to create a sampler that combines sampling from multiple samplers.Builds a composite sampler.The DiscreteProbabilitySampler class defines implementations that sample from a user-defined discrete probability distribution.A factory for creating a sampler of a user-defined discrete probability distribution.Sampling from a collection of items with user-defined probabilities.Sampling from aList.Sampler that generates values of a specified type.Class for representing permutations of a sequence of integers.Sampler that generates values of a specified type and can create new instances to sample from the same state with a given source of randomness.Applies to samplers that can share state between instances.Generate vectors isotropically located on the surface of a sphere.