menu
distuv package
documentation
distuv.dart
StandardExponentialSampler
sample property
sample property
dark_mode
light_mode
sample
property
double
get
sample
Implementation
double get sample => -log(1.0 - _uniform.nextDouble());
distuv package
documentation
distuv
StandardExponentialSampler
sample property
StandardExponentialSampler class