Function rai_core::ops::randn_with

source ·
pub fn randn_with<T: ElemType>(
    mean: T,
    std: T,
    shape: impl Shape,
    device: impl AsDevice
) -> Tensor