The Open FUSION Toolkit 1.0.0-beta6
Modeling tools for plasma and fusion research and engineering
Loading...
Searching...
No Matches
oft_random_number Interface Reference

Detailed Description

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.

Member Function/Subroutine Documentation

◆ 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]arrayArray to set with random values [n]
[in]nLength 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]arrayArray to set with random values [n]
[in]nLength of array

The documentation for this interface was generated from the following file: