◆ oft_random_number_c8()
subroutine oft_random_number_c8 |
( |
complex(c8), dimension(n), intent(out) |
array, |
|
|
integer(i4), intent(in) |
n |
|
) |
| |
Complex implementation of toolkit random_number function.
- Parameters
-
[out] | array | Array to set with random values [n] |
[in] | n | Length of array |
◆ oft_random_number_r8()
subroutine oft_random_number_r8 |
( |
real(r8), dimension(n), intent(out) |
array, |
|
|
integer(i4), intent(in) |
n |
|
) |
| |
Real implementation of toolkit random_number function.
- Parameters
-
[out] | array | Array to set with random values [n] |
[in] | n | Length of array |
The documentation for this interface was generated from the following file:
- /home/runner/work/OpenFUSIONToolkit/OpenFUSIONToolkit/src/base/oft_base.F90