sample abstract method

T sample({
  1. Random? random,
})

Returns a single sample of a random value within the distribution.

Implementation

T sample({Random? random});