gauss_vector_Random Function

public function gauss_vector_Random(obj, mu, sigma, n) 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

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