Function smartnoise_runtime::utilities::noise::sample_gumbel[][src]

pub fn sample_gumbel(loc: f64, scale: f64) -> f64

Sample noise from the Gumbel Distribution

Based on C implementation from https://github.com/numpy/numpy/blob/d329a66dbb9710aefd03cce6a8b0f46da51490ca/numpy/random/src/distributions/distributions.c

Arguments

Return

Noise according to the Gumbel Distribution