[−][src]Function arrayfire::random_normal
pub fn random_normal<T>(dims: Dim4, engine: &RandomEngine) -> Array<T> where
T: HasAfEnum + FloatingPoint,
Generate array of normal numbers using a random engine
Parameters
dims
is output array dimensionsengine
is an object of type RandomEngine
Return Values
An Array with normal numbers generated using random engine