Package org.databene.benerator.primitive.number

Defines a small framework for generating numbers of all built-in Java number types (byte, short, int, long, BigInteger, float, double, BigDecimal) resulting from a sequence or being distributed according a distribution function.

See:
          Description

Class Summary
AbstractBigDecimalGenerator Wrapper for a LongGenerator that maps the generated Longs to BigDecimals.
AbstractBigIntegerGenerator Wrapper for a LongGenerator that maps the generated Longs to BigIntegers.
AbstractNumberGenerator<E extends Number> Abstract parent class for all number-conversion adapters.
FloatingPointQuantizer<E extends Number> Quantizes floating point numbers (Double or Float) to be min plus an integral multiple of precision.
IntegralQuantizer<E extends Number> Quantizes integer numbers (Byte, Short, Integer, Long) to be min plus an integral multiple of precision.
NoiseInducer Converter implementation that transforms numbers inducing relative or absolute numerical noise based on a Distribution.
RecurrenceRelationNumberGenerator<E extends Number> Parent class for Number Generators that calculate numbers recursively.
 

Package org.databene.benerator.primitive.number Description

Defines a small framework for generating numbers of all built-in Java number types (byte, short, int, long, BigInteger, float, double, BigDecimal) resulting from a sequence or being distributed according a distribution function.



Copyright © 2011. All Rights Reserved.