fortran_test_helper 1.0.0
A Fortran library to provide assistance to testing.
|
Creates a random-valued array. More...
Creates a random-valued array.
[out] | x | The array to populate. |
[in] | xmin | An optional value defining the minimum range of random values. The default is -1. |
[in] | xmax | An optional value defining the maximum range of random values. The default is 1. |
[out] | x | The matrix to populate. |
[in] | xmin | An optional value defining the minimum range of random values. The default is -1. |
[in] | xmax | An optional value defining the maximum range of random values. The default is 1. |
Definition at line 273 of file fortran_test_helper.f90.