Modifier and Type | Method and Description |
---|---|
void |
ShortGenerator.configure(InRange range)
Tells this generator to produce values within a specified minimum and/or
maximum, inclusive, with uniform distribution.
|
void |
LongGenerator.configure(InRange range)
Tells this generator to produce values within a specified minimum and/or
maximum, inclusive, with uniform distribution.
|
void |
IntegerGenerator.configure(InRange range)
Tells this generator to produce values within a specified minimum and/or
maximum, inclusive, with uniform distribution.
|
void |
FloatGenerator.configure(InRange range)
Tells this generator to produce values within a specified minimum
(inclusive) and/or maximum (exclusive) with uniform distribution.
|
void |
DoubleGenerator.configure(InRange range)
Tells this generator to produce values within a specified minimum
(inclusive) and/or maximum (exclusive) with uniform distribution.
|
void |
CharacterGenerator.configure(InRange range)
Tells this generator to produce values within a specified minimum and/or
maximum, inclusive, with uniform distribution.
|
void |
ByteGenerator.configure(InRange range)
Tells this generator to produce values within a specified minimum and/or
maximum, inclusive, with uniform distribution.
|
Modifier and Type | Method and Description |
---|---|
void |
BigIntegerGenerator.configure(InRange range)
|
void |
BigDecimalGenerator.configure(InRange range)
|
Modifier and Type | Method and Description |
---|---|
void |
ZoneOffsetGenerator.configure(InRange range)
|
void |
ZonedDateTimeGenerator.configure(InRange range)
|
void |
YearMonthGenerator.configure(InRange range)
|
void |
YearGenerator.configure(InRange range)
|
void |
PeriodGenerator.configure(InRange range)
|
void |
OffsetTimeGenerator.configure(InRange range)
|
void |
OffsetDateTimeGenerator.configure(InRange range)
|
void |
MonthDayGenerator.configure(InRange range)
|
void |
LocalTimeGenerator.configure(InRange range)
|
void |
LocalDateTimeGenerator.configure(InRange range)
|
void |
LocalDateGenerator.configure(InRange range)
|
void |
InstantGenerator.configure(InRange range)
|
void |
DurationGenerator.configure(InRange range)
|
void |
ClockGenerator.configure(InRange range)
|
Modifier and Type | Method and Description |
---|---|
void |
OptionalLongGenerator.configure(InRange range)
Tells this generator to produce values, when
present , within a specified minimum
and/or maximum, inclusive, with uniform distribution. |
void |
OptionalIntGenerator.configure(InRange range)
Tells this generator to produce values, when
present , within a specified minimum
and/or maximum, inclusive, with uniform distribution. |
void |
OptionalDoubleGenerator.configure(InRange range)
Tells this generator to produce values, when
present , within a specified minimum
(inclusive) and/or maximum (exclusive) with uniform distribution. |
void |
DateGenerator.configure(InRange range)
|
© Copyright 2010-2016 Paul R. Holser, Jr. All rights reserved. Licensed under The MIT License. pholser@alumni.rice.edu