[src] Function arrayfire::randn  
pub fn randn<T>(dims: Dim4) -> Array<T> where
T: HasAfEnum,
T: FloatingPoint,
Create random numbers from normal distribution
Parameters
- dimsis the output dimensions
Return Values
An Array with random values.
pub fn randn<T>(dims: Dim4) -> Array<T> where
T: HasAfEnum,
T: FloatingPoint,
Create random numbers from normal distribution
dims is the output dimensionsAn Array with random values.