org.databene.benerator.distribution
Interface Distribution
- All Known Subinterfaces:
- Weight, WeightFunction
- All Known Implementing Classes:
- AbstractWeightFunction, AttachedWeight, BitReverseSequence, ConstantFunction, CumulatedSequence, CumulativeDistributionFunction, DiscreteFunction, ExpandSequence, ExponentialDensityIntegral, ExponentialFunction, FeatureWeight, FibonacciSequence, GaussianFunction, IndividualWeight, LongBasedSequence, PadovanSequence, RandomSequence, RandomWalkSequence, RepeatSequence, Sequence, ShuffleSequence, StepSequence, WedgeSequence
public interface Distribution
Parent interface for all distribution types.
Created: 11.09.2006 21:31:54
- Version:
- 0.1
- Author:
- Volker Bergmann
createGenerator
<T extends java.lang.Number> Generator<T> createGenerator(java.lang.Class<T> numberType,
T min,
T max,
T precision,
boolean unique)
applyTo
<T> Generator<T> applyTo(Generator<T> source,
boolean unique)
Copyright © 2010. All Rights Reserved.