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