Function arrayfire::randn[][src]

pub fn randn<T>(dims: Dim4) -> Array<T> where
    T: HasAfEnum,
    T: FloatingPoint, 

Create random numbers from normal distribution

Parameters

  • dims is the output dimensions

Return Values

An Array with random values.