[−][src]Macro arrayfire::randn
Create an array of given shape sampled from normal distribution
If no type argument is specified, the data type defaults to 32 bit floats.
Examples
let mat10x10 = randn!(10, 10);
Create an array of given shape sampled from normal distribution
If no type argument is specified, the data type defaults to 32 bit floats.
let mat10x10 = randn!(10, 10);