gauss_tensor_Random Function

public function gauss_tensor_Random(obj, mu, sigma, n, m) result(ret)

Type Bound

Random_

Arguments

Type IntentOptional Attributes Name
class(Random_), intent(inout) :: obj
real(kind=real64), intent(in) :: mu
real(kind=real64), intent(in) :: sigma
integer(kind=int32), intent(in) :: n
integer(kind=int32), intent(in) :: m

Return Value real(kind=real64), (n,m)