whiteRandom Function

public function whiteRandom(this, num_sample, mu, sigma) result(ret)

Type Bound

Random_

Arguments

Type IntentOptional Attributes Name
class(Random_), intent(inout) :: this
integer(kind=int32), intent(in) :: num_sample
real(kind=real64), intent(in), optional :: mu
real(kind=real64), intent(in), optional :: sigma

Return Value real(kind=real64), allocatable, (:)