[][src]Function autograd::ops::random_exp

pub fn random_exp<T: Float, AL: ArrayLike<T>>(
    shape: &AL,
    lambda: f64
) -> Tensor<T>

Outputs values sampled from the exponential distribution.