Function autograd::ops::standard_uniform_rng [] [src]

pub fn standard_uniform_rng<T: ArrayLike, R: Rng + 'static>(
    arr_rng: ArrRng<R>,
    shape: &T
) -> Tensor

Outputs values sampled from the standard uniform distribution.