afp_randu

Create a random array sampled from uniform distribution. The data is uniformly distributed between [0, 1].

Arguments

  1. Integer, number of rows
  2. Integer, number of columns
  3. String, data type: 'real' or 'REAL' for double values, 'com' or 'COM' for complex values, 'int' or 'INT' for double values

Output

Array

Examples

afp_randu