| Package | Description |
|---|---|
| io.github.benas.randombeans.randomizers.range |
This package contains range randomizers.
|
| Modifier and Type | Method and Description |
|---|---|
static BigDecimalRangeRandomizer |
BigDecimalRangeRandomizer.aNewBigDecimalRangeRandomizer(Long min,
Long max)
Create a new
BigDecimalRangeRandomizer. |
static BigDecimalRangeRandomizer |
BigDecimalRangeRandomizer.aNewBigDecimalRangeRandomizer(Long min,
Long max,
Integer scale)
Create a new
BigDecimalRangeRandomizer.The default rounding mode is RoundingMode.HALF_UP. |
static BigDecimalRangeRandomizer |
BigDecimalRangeRandomizer.aNewBigDecimalRangeRandomizer(Long min,
Long max,
long seed)
Create a new
BigDecimalRangeRandomizer. |
Copyright © 2017. All Rights Reserved.