Returns a single sample of a random value within the distribution.
@override double sample({Random? random}) => samples(random: random).first;