ExponentialSampler constructor

ExponentialSampler({
  1. Random? uniform,
})

Implementation

ExponentialSampler({Random? uniform})
    : _uniform = uniform ?? RandSampler._state;