pub fn sample_decimal_range<R: Rng>( rng: &mut R, min: Decimal, max: Decimal, ) -> Decimal
Sample a Decimal in a range using the RNG.