The root package for the databene-generator library.
Generator is the common interface of all generators.
The other generator implementations in this package provide extension points for defining custom generators.
Defines wrappers for all built-in Java number types
(byte, short, int, long, BigInteger, float, double, BigDecimal)
which inrernally access implementations from the org.databene.benerator.primitive.number.impl