|
The Open FUSION Toolkit 1.0.0-beta6
Modeling tools for plasma and fusion research and engineering
|
Need docs.
Public Member Functions | |
| subroutine | oft_random_number_c8 (array, n) |
| Complex implementation of toolkit random_number function. | |
| subroutine | oft_random_number_r8 (array, n) |
| Real implementation of toolkit random_number function. | |
| subroutine oft_random_number_c8 | ( | complex(c8), dimension(n), intent(out) | array, |
| integer(i4), intent(in) | n ) |
Complex implementation of toolkit random_number function.
| [out] | array | Array to set with random values [n] |
| [in] | n | Length of array |
| subroutine oft_random_number_r8 | ( | real(r8), dimension(n), intent(out) | array, |
| integer(i4), intent(in) | n ) |
Real implementation of toolkit random_number function.
| [out] | array | Array to set with random values [n] |
| [in] | n | Length of array |