afp_randn
Create a random array sampled from normal distribution. The data is centered around 0.
Arguments
- Integer, number of rows
- Integer, number of columns
- String, data type: 'real' or 'REAL' for double values, 'com' or 'COM' for complex values
Output
Array
Examples